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

21 lines
383 B
C++

//
// filename: commands_weapon.h
// description:
//
#ifndef INC_COMMANDS_PHYSICS_H_
#define INC_COMMANDS_PHYSICS_H_
// --- Include Files ------------------------------------------------------------
// --- Globals ------------------------------------------------------------------
namespace physics_commands
{
void SetupScriptCommands();
}
#endif // !INC_COMMANDS_WEAPON_H_