Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 14, 2004, 2:35:27 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui: added guicc: a c++ version of the gui, that should be object-oriented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/orxonox_console_entry.cc

    r1891 r1893  
    2929
    3030
    31 /*
    32 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log,
    33                                          OrxonoxConsoleEntry* test)
     31OrxonoxConsoleEntry::OrxonoxConsoleEntry()
     32{}
     33
     34OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log)
    3435{
    35   consoleLog = log;
     36  consoleLog = log;
     37}
    3638
    37 }
    38 */
    3939
    4040GtkWidget* OrxonoxConsoleEntry::createEntry()
Note: See TracChangeset for help on using the changeset viewer.