Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3214 in orxonox.OLD for orxonox/trunk/src/orxonox.h


Ignore:
Timestamp:
Dec 18, 2004, 3:28:01 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: cleaned up orxonox.cc, deleted unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.h

    r3204 r3214  
    4141 
    4242  // main loop functions
    43   void synchronize ();
    44   void handle_input ();
    45   void time_slice ();
    46   void collision ();
    47   void display ();
     43  //  void synchronize ();
     44  //void handle_input ();
     45  //void time_slice ();
     46  //void collision ();
     47  //void display ();
    4848 
    4949        // subsystem initialization
     
    6969  World* get_world();
    7070 
    71   void mainLoop();
     71  //void mainLoop();
    7272};
    7373
Note: See TracChangeset for help on using the changeset viewer.