21 lines
383 B
C++
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_
|