0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/UltimateZoneBuilder.git synced 2025-03-02 15:51:47 +00:00
UltimateZoneBuilder/Build/Compilers/hacc.cfg

13 lines
204 B
INI

compilers
{
// This defines what files a compiler uses
hacc
{
program = "hacc.exe";
common = "common.acs";
defs = "defs.acs";
special = "special.acs";
wvars = "wvars.acs";
}
}