I was wondering if one DarkBASIC Pro project file can include multiple source files, like C++ can.
I'm wanting to create a game but i want to "split up" certain aspects of the game (for organization).
Something like this (using the C++ command because I don't know how to link them in DBpro):
#include "hero.cpp"
#include "map_data.cpp"
#include "enemies.cpp"
#include "items.cpp"
(I think you get the idea)
So would something like this be possible.
~thanks
http://twewy-fan.com/ <-- The first ever fansite for "The World Ends With You"