17 lines
244 B
C
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
|