Predator namespaces!!!

Published January 09, 2006
Advertisement
Hi...

This is like our 2d engine looks after namespace organization:

namespace Predator{  namespace Common  {    PDefines    PList    PStack    PStructs  }  namespace System  {    PDevice    PInputDriver    PKeyboardDriver    PMouseDriver  }  namespace Drawing  {    IVideoDriver    PGraphicObject    PInputEventReciever    PLayer    POpenGLDriver    PWindow  }  namespace GUI  {    (PLabel, PPanel, etc...)  }}


Well..any suggestions =D

After that, I'll start the GUI programming..

See ya...
Previous Entry A little doubt
0 likes 1 comments

Comments

Rob Loach
I hate developing ymy own GUI system.
January 09, 2006 10:52 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Another Demo

1034 views

Link resolved....

1084 views

Update....

1050 views

Let's play... = )

1013 views

A little doubt

853 views

PLayer

898 views
Advertisement