mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
Allows specifying the tag to send the game announce message to on TGS4 Needed by downstreams
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
#include "core\_definitions.dm"
|
|
#include "core\core.dm"
|
|
#include "core\datum.dm"
|
|
#include "core\tgs_version.dm"
|
|
#ifdef TGS_V3_API
|
|
#include "v3210\api.dm"
|
|
#include "v3210\commands.dm"
|
|
#endif
|
|
#include "v4\api.dm"
|
|
#include "v4\commands.dm"
|