assaultfish/engine/include/GearBox/String.h
2026-01-10 00:55:45 +09:00

17 lines
245 B
C

#ifndef __GEARBOX_STRING_H__
#define __GEARBOX_STRING_H__
#include <GearBox/MachDep.h>
#include <GearBox/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
GBDECL char* GBStringDuplicate(const char* str);
#ifdef __cplusplus
}
#endif
#endif