mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Patched: #1387 Wrong includes in some max plugins
This commit is contained in:
parent
3ac18916e5
commit
0953ada8c3
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
||||||
# include <maxscript/foundation/mxstime.h>
|
# include <maxscript/foundation/mxstime.h>
|
||||||
# include <maxscript/maxwrapper/mxsobjects.h>
|
# include <maxscript/maxwrapper/mxsobjects.h>
|
||||||
# include <maxscript/compiler/parser.h>
|
# include <maxscript/compiler/parser.h>
|
||||||
# include <maxscript/foundation/functions.h>
|
# include <maxscript/macros/define_instantiation_functions.h>
|
||||||
#else
|
#else
|
||||||
# include <MaxScrpt/MAXScrpt.h>
|
# include <MaxScrpt/MAXScrpt.h>
|
||||||
# include <MaxScrpt/3dmath.h>
|
# include <MaxScrpt/3dmath.h>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
# include <maxscript/foundation/mxstime.h>
|
# include <maxscript/foundation/mxstime.h>
|
||||||
# include <maxscript/maxwrapper/mxsobjects.h>
|
# include <maxscript/maxwrapper/mxsobjects.h>
|
||||||
# include <maxscript/compiler/parser.h>
|
# include <maxscript/compiler/parser.h>
|
||||||
# include <maxscript/foundation/functions.h>
|
# include <maxscript/macros/define_instantiation_functions.h>
|
||||||
#else
|
#else
|
||||||
# include <MaxScrpt/maxscrpt.h>
|
# include <MaxScrpt/maxscrpt.h>
|
||||||
# include <MaxScrpt/3dmath.h>
|
# include <MaxScrpt/3dmath.h>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
# include <maxscript/foundation/mxstime.h>
|
# include <maxscript/foundation/mxstime.h>
|
||||||
# include <maxscript/maxwrapper/mxsobjects.h>
|
# include <maxscript/maxwrapper/mxsobjects.h>
|
||||||
# include <maxscript/compiler/parser.h>
|
# include <maxscript/compiler/parser.h>
|
||||||
# include <maxscript/foundation/functions.h>
|
# include <maxscript/macros/define_instantiation_functions.h>
|
||||||
#else
|
#else
|
||||||
# include <MaxScrpt/maxscrpt.h>
|
# include <MaxScrpt/maxscrpt.h>
|
||||||
# include <MaxScrpt/3dmath.h>
|
# include <MaxScrpt/3dmath.h>
|
||||||
|
|
Loading…
Reference in a new issue