2026-01-12 01:55:20 +09:00
|
|
|
#ifndef __GEARSRC_VERSION_H__
|
|
|
|
|
#define __GEARSRC_VERSION_H__
|
2026-01-09 00:40:51 +09:00
|
|
|
|
2026-01-12 01:54:35 +09:00
|
|
|
#include <GearSrc/MachDep.h>
|
|
|
|
|
#include <GearSrc/TypeDefs.h>
|
2026-01-09 00:40:51 +09:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2026-01-12 01:54:35 +09:00
|
|
|
GSDECL void GSVersionGet(GSVersion* version);
|
2026-01-09 00:40:51 +09:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|