[Super-tux-commit] supertux/src leveleditor.h,1.16,1.17
Brought to you by:
wkendrick
From: Tobias G. <to...@us...> - 2004-07-21 11:56:59
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8601/src Modified Files: leveleditor.h Log Message: Introduction of SuperTux namespace. Added comments to Button and ButtonPanel classes. Index: leveleditor.h =================================================================== RCS file: /cvsroot/super-tux/supertux/src/leveleditor.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- leveleditor.h 20 Jul 2004 18:04:48 -0000 1.16 +++ leveleditor.h 21 Jul 2004 11:56:48 -0000 1.17 @@ -32,6 +32,8 @@ #include "gui/button.h" #include "gui/menu.h" +using namespace SuperTux; + enum LevelEditorMainMenuIDs { MNID_RETURNLEVELEDITOR, MNID_SUBSETSETTINGS, |