assaultfish/engine/include/GearBox/Client.h
2026-01-09 00:41:23 +09:00

18 lines
291 B
C

#ifndef __GEARBOX_CLIENT_H__
#define __GEARBOX_CLIENT_H__
#include <GearBox/MachDep.h>
#include <GearBox/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
GBDECL GBClient GBClientCreate(GBEngine engine);
GBDECL void GBClientDestroy(GBClient client);
#ifdef __cplusplus
}
#endif
#endif