[Frontierproject-cvs] frontierproject/include DebugConsole.h, 1.5, 1.6
Status: Pre-Alpha
Brought to you by:
bdragon28
|
From: Brandon B. <bdr...@us...> - 2006-10-09 20:19:25
|
Update of /cvsroot/frontierproject/frontierproject/include In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26898/include Modified Files: DebugConsole.h Log Message: Commit local changes in preperation for resync. Index: DebugConsole.h =================================================================== RCS file: /cvsroot/frontierproject/frontierproject/include/DebugConsole.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DebugConsole.h 16 May 2006 18:30:40 -0000 1.5 --- DebugConsole.h 9 Oct 2006 20:19:22 -0000 1.6 *************** *** 1,4 **** /***************************************************************************** ! * Copyright (C) 2003-2005 Brandon Bergren * * * * This file is part of The Frontier Project. * --- 1,4 ---- /***************************************************************************** ! * Copyright (C) 2003-2005,2006 Brandon Bergren * * * * This file is part of The Frontier Project. * *************** *** 50,53 **** --- 50,56 ---- ID_DEBUG_3, ID_DEBUG_4, + ID_OBJECTTREE, + ID_OBJECTTABLE, + ID_OBJECTLIST, }; *************** *** 81,84 **** --- 84,91 ---- FXButton *b4; + FXTreeList *objTree; + FXTable *objTable; + FXFoldingList *objList; + //Temporary stuff w_componentPopup *testcom; |