ScripterExport.h

Go to the documentation of this file.
00001 
00002 #pragma once
00003 
00004 #ifdef BLD_MAXSCRIPT
00005 #   define ScripterExport __declspec( dllexport )
00006 #else
00007 #   define ScripterExport __declspec( dllimport )
00008 #endif