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

9 lines
123 B
C++

#ifndef _COMMANDS_VOLUME_H_
#define _COMMANDS_VOLUME_H_
namespace volume_commands
{
void SetupScriptCommands();
}
#endif