Changeset 4343 in orxonox.OLD for orxonox/trunk/src/subprojects/particles/particle_fun.cc
- Timestamp:
- May 27, 2005, 10:17:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4342 r4343 22 22 23 23 24 void Framework::moduleInit( )24 void Framework::moduleInit(int argc, char** argv) 25 25 { 26 26 // Creating a Test Particle System … … 174 174 175 175 176 void Framework::moduleInitGui( void)176 void Framework::moduleInitGui(int argc, char** argv) 177 177 { 178 178 Window* guiMainWindow = NULL;
Note: See TracChangeset
for help on using the changeset viewer.