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

8 lines
155 B
C

#ifndef __INFILTERS__
#ifndef _FLTLIB_H_
#define _FLTLIB_H_
#define FLTExport __declspec( dllimport )
#include "Filters.h"
#undef FLTExport
#endif
#endif