Posted: 30th Jan 2004 15:33
I am planning to make a standrad interface full code snippets. Its a bit like Direct X, except full of cool code. You can then include the file full of code on your game, and access all the code. What do you think?
Posted: 30th Jan 2004 16:00
There are problems with doing that:
1) The final executable will have functions that you will never need.
2) You will have to check all the functions to make sure none conflict.

So it's best just to get what you need from the codebase, or the snippets area, instead of a huge include file.
Posted: 30th Jan 2004 16:19
why not just use dark snippet pro
Posted: 30th Jan 2004 22:31
This post belongs in General Discussion or maybe Work in progress.