Commit Description:
Add bulldozer tool....
Commit Description:
Add bulldozer tool. Adds a bulldozer tool for removing structures. For the moment, works like dezone, i.e., it can delete entire areas rather than working on one area at a time.
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/csharp/app.config
6 lines | 271 B | text/plain | TextLexer
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="FAudio" os="windows" target="FAudio.dll"/>
<dllmap dll="FAudio" os="osx" target="libFAudio.0.dylib"/>
<dllmap dll="FAudio" os="linux,freebsd,netbsd,openbsd" target="libFAudio.so.0"/>
</configuration>