assaultfish/engine/include/GearSrc/Physics.h

17 lines
231 B
C
Raw Normal View History

2026-01-31 09:29:13 +09:00
#ifndef __GEARSRC_PHYSICS_H__
#define __GEARSRC_PHYSICS_H__
#include <GearSrc/MachDep.h>
#include <GearSrc/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
GSDECL void GSPhysicsInit(void);
#ifdef __cplusplus
}
#endif
#endif