add gb_makepak

This commit is contained in:
Nishi 2026-01-10 00:55:45 +09:00
commit b66cf8068a
Signed by: nishi
GPG key ID: 27EF69B208EB9343
16 changed files with 349 additions and 5 deletions

View file

@ -0,0 +1,17 @@
#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