Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2004, 5:25:46 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/console: modularity improoved…. made the last changes even better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/orxonox_console.h

    r1880 r1890  
    1212#include "orxonox_console_log.h"
    1313
    14 OrxonoxConsoleLog log;
    15 OrxonoxConsoleEntry entry;
     14int verbose;
    1615 
    1716class OrxonoxConsole {
     
    2019  GtkWidget *window;
    2120  GtkWidget *vbox_main;
     21  OrxonoxConsoleLog log;
     22  OrxonoxConsoleEntry entry;
    2223
    2324
Note: See TracChangeset for help on using the changeset viewer.