I'm designing a small framework with a lot of classes (1 file per class) and
want to know the best method of calling each class?
Obviously I could I call each file that is used but that could be 10 or more
include statements. I am wonering if there is a better way? It's bit
annoying you can't build packages like Java.