Glimpse

posted in The Broken Mind
Published August 07, 2008
Advertisement
Core* core = 0;core = new Core(factory,update);Game* game = (Game*)core->newObject(TYPE_GAME);Player* player = (Player*)core->newObject(TYPE_PLAYER);bool a = core->deleteObject(game->getID());bool b = core->deleteObject(player->getID());bool c = core->deleteObject(player->getID());std::cout << a << b << c;

Output: 110

Thats a glimpse of my core lib. Thanks to Raymond Jacobs for all his help.
Previous Entry Too Busy
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

26 Games 26 Weeks

1654 views

Celenite

1199 views

Im back...again!

1047 views

Tunnel Syndrome

1323 views

Borderlands

1227 views

First Flash Game

1020 views

First Flash Game

1316 views

Bullet holes? Yum!

1130 views

Game 2

1079 views

New Project

937 views
Advertisement