Files
sm-ext-a2sqcache/addons/sourcemod/scripting/include/a2sqcache.inc
T
2022-08-28 11:45:14 +02:00

27 lines
403 B
PHP

#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