fix: new build system, gamedata games (#14)

This commit is contained in:
Maxime Leroy
2025-03-16 15:17:21 +01:00
committed by GitHub
parent feb146941f
commit 8b409cf5bf
22 changed files with 154 additions and 1509 deletions
@@ -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