assaultfish/engine/include/GearSrc/Version.h
2026-01-12 01:55:20 +09:00

17 lines
244 B
C

#ifndef __GEARSRC_VERSION_H__
#define __GEARSRC_VERSION_H__
#include <GearSrc/MachDep.h>
#include <GearSrc/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
GSDECL void GSVersionGet(GSVersion* version);
#ifdef __cplusplus
}
#endif
#endif