fix: new build system, gamedata games (#14)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#if defined _a2sqcache_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _a2sqcache_included
|
||||
|
||||
public Extension __ext_a2sqcache =
|
||||
{
|
||||
name = "a2sqcache",
|
||||
file = "a2sqcache.ext",
|
||||
#if defined AUTOLOAD_EXTENSIONS
|
||||
autoload = 1,
|
||||
#else
|
||||
autoload = 0,
|
||||
#endif
|
||||
#if defined REQUIRE_EXTENSIONS
|
||||
required = 1,
|
||||
#else
|
||||
required = 0,
|
||||
#endif
|
||||
};
|
||||
|
||||
#if !defined REQUIRE_EXTENSIONS
|
||||
public void __ext_a2sqcache_SetNTVOptional()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user