max_plugins.patch

Krolock, 11/01/2011 01:32 pm

Download (1.7 kB)

b/code/nel/tools/3d/ligo/plugin_max/script.cpp Sun Oct 30 19:07:40 2011 +0100
29 29
#	include <maxscript/foundation/mxstime.h>
30 30
#	include <maxscript/maxwrapper/mxsobjects.h>
31 31
#	include <maxscript/compiler/parser.h>
32
#	include <maxscript/foundation/functions.h>
32
#	include <maxscript/macros/define_instantiation_functions.h>
33 33
#else
34 34
#	include <MaxScrpt/MAXScrpt.h>
35 35
#	include <MaxScrpt/3dmath.h>
b/code/nel/tools/3d/plugin_max/nel_export/std_afx.h Sun Oct 30 19:07:40 2011 +0100
36 36
#	include <maxscript/foundation/mxstime.h>
37 37
#	include <maxscript/maxwrapper/mxsobjects.h>
38 38
#	include <maxscript/compiler/parser.h>
39
#	include <maxscript/foundation/functions.h>
39
#   include <maxscript/macros/define_instantiation_functions.h>
40 40
#else
41 41
#	include <MaxScrpt/maxscrpt.h>
42 42
#	include <MaxScrpt/3dmath.h>
b/code/nel/tools/3d/plugin_max/nel_patch_converter/script.cpp Sun Oct 30 19:07:40 2011 +0100
33 33
#	include <maxscript/foundation/mxstime.h>
34 34
#	include <maxscript/maxwrapper/mxsobjects.h>
35 35
#	include <maxscript/compiler/parser.h>
36
#	include <maxscript/foundation/functions.h>
36
#	include <maxscript/macros/define_instantiation_functions.h>
37 37
#else
38 38
#	include <MaxScrpt/maxscrpt.h>
39 39
#	include <MaxScrpt/3dmath.h>