This commit is contained in:
Nishi 2026-01-12 07:28:24 +09:00
commit bcefd78599
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 102 additions and 4 deletions

View file

@ -7,6 +7,10 @@
#include <stdarg.h>
#include <math.h>
#ifdef _GEARSRC
#include <xemil.h>
#endif
#if defined(_GEARSRC) && defined(_WIN32)
#define GSDECL extern __declspec(dllexport)
#elif defined(_WIN32)