assaultfish/engine/include/GearBox/Version.h

17 lines
244 B
C
Raw Normal View History

2026-01-09 00:40:51 +09:00
#ifndef __GEARBOX_VERSION_H__
#define __GEARBOX_VERSION_H__
#include <GearBox/MachDep.h>
#include <GearBox/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
GBDECL void GBVersionGet(GBVersion* version);
#ifdef __cplusplus
}
#endif
#endif