Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1849 in orxonox.OLD for orxonox/trunk/core


Ignore:
Timestamp:
Apr 20, 2004, 11:40:54 AM (21 years ago)
Author:
patrick
Message:

orxonox: Makefile for core

Location:
orxonox/trunk/core
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/orxonox.cc

    r1803 r1849  
    2424  glutInitWindowPosition(100, 100);
    2525  glutCreateWindow("orxOnox");
    26  
    2726  /* window event dispatchers */
    2827  /*
     
    3736{
    3837  glClearColor(0.0, 0.0, 0.0, 0.0);
    39   glShadeModel(GL_FLAT);
     38
    4039}
     40
    4141
    4242
     
    5151  Orxonox orx;
    5252  orx.globalInit(argc, argv);
     53  orx.menuInit();
     54 
    5355  return 0;
    5456}
Note: See TracChangeset for help on using the changeset viewer.