Files
GTASource/game/script/commands_xml.h
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

11 lines
136 B
C++

#ifndef _COMMANDS_XML_H_
#define _COMMANDS_XML_H_
namespace xml_commands
{
void SetupScriptCommands();
}
#endif // _COMMANDS_XML_H_