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

10 lines
151 B
C++

#ifndef INC_COMMANDS_SAVEMIGRATION_H_
#define INC_COMMANDS_SAVEMIGRATION_H_
namespace savemigration_commands
{
void SetupScriptCommands();
}
#endif