tge/lib/maxsdk31/fltlib.h
2025-02-17 23:17:30 -06:00

8 lines
162 B
C
Executable File

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