Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2005, 12:31:47 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: more threading capabilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/subprojects/particles/framework.h

    r4317 r4330  
    3333
    3434  void initModule();
    35   bool mainLoop();
     35  static void* mainLoop(void* tmp);
    3636  bool draw(float dt);
    3737  float tick();
    3838  bool keyHandler();
    3939
    40   static void* initGui(void* argv);
     40  void* initGui(void* argv);
     41  static void* mainloopGui(void* tmp);
    4142
    4243  void printHelp(void) const;
    4344};
     45
    4446#endif /* _FRAMEWORK_H */
Note: See TracChangeset for help on using the changeset viewer.