Files
tge/Torque/SDK/lib/maxsdk31/guplib.h
2026-01-14 10:27:57 -06:00

8 lines
148 B
C

#ifndef __INGUP__
#ifndef __GUPLIB_H_
#define __GUPLIB_H_
#define GUPExport __declspec( dllimport )
#include <gup.h>
#undef GUPExport
#endif
#endif