Page 1 of 1

how to add another include file in GE ??

PostPosted: Wed Feb 16, 2011 3:57 am
by BloodRaven
i'm doing a game with my friend, but little complicated !
i got a file called windows.h and if i used it it will be more easy, can i add an outside include file in GE ????

Re: how to add another include file in GE ??

PostPosted: Wed Feb 16, 2011 10:29 am
by Game A Gogo
You can only include files inside GE. When you'll export the game, the file will not be included

Re: how to add another include file in GE ??

PostPosted: Wed Feb 16, 2011 1:39 pm
by BloodRaven
ok,
can i add a reference to outside file by copying it to the main folder or
can i add the content manually to ge using a script ??

Re: how to add another include file in GE ??

PostPosted: Wed Feb 16, 2011 8:31 pm
by Game A Gogo
I'd recomend including the script inside the Global Script Editor instead of using the "include"

Re: how to add another include file in GE ??

PostPosted: Thu Feb 17, 2011 7:57 am
by BloodRaven
ok, thanks that worked :D ...