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

6 lines
108 B
C

#ifndef _BMMLIB_H_
#define _BMMLIB_H_
#define BMMExport __declspec( dllimport )
#include "bitmap.h"
#endif