Include

Blitz3D Forums/Blitz3D Beginners Area/Include

wizzlefish(Posted 2004) [#1]
I want to make an executable, but there are some include files that it uses. Should I pack everything into one .bb file?


Ross C(Posted 2004) [#2]
When you compile an .exe from your code, all the includes are put inside the .exe :o)


wizzlefish(Posted 2004) [#3]
ok--thanks