Files
GTASource/game/script/commands_physics.h

21 lines
383 B
C
Raw Normal View History

2025-02-23 17:40:52 +08:00
//
// 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_