gbGame could be the generic game
everything is just a mod
should the editor be a mod? probably not because it needs to host a game.
gbGameHost or maybe just gbGame could take care of all the user stuff.
maybe the editor is a gbGame itself. gbGameHost is a better name. that can leave gbGame as the equivalent as mod
so edEditor is a gbGameHost which means it will do all of the user loading business. wait. host has a networking
conatation to it. crap. host works well for it, so screw it.
void main()
{
gbGame game(".games");
game.show();
while(gbPlatform:
ump())
{
}
}
void main()
{
edEditor editor(".games");
editor.show();
while(gbPlatform:
ump())
{
}
}