Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 22, 2007, 12:34:40 PM (17 years ago)
Author:
bknecht
Message:

added CC license

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mainloop/src/orxonox.cc

    r78 r79  
    2626 */
    2727
     28// TODO: Change this to orxonox.h and include all necessary functions there
    2829#include "ExampleApplication.h"
    2930
     31// TODO: Put creation of SceneNode and implementation of FrameListener into an extern file
    3032SceneNode *lightNode;
    3133
    32 class TutorialFrameListener : public ExampleFrameListener
     34class FrameListener : public ExampleFrameListener
    3335{
    3436  public:
    35     TutorialFrameListener(RenderWindow* win, Camera* cam, SceneManager *sceneMgr)
     37    FrameListener(RenderWindow* win, Camera* cam, SceneManager *sceneMgr)
    3638  : ExampleFrameListener(win, cam, false, false)
    3739    {
     
    4951};
    5052
     53// TODO: Make Doxygen tags work and create scene AFTER loading in an extern file
    5154//! This is the application class of Orxonox
    5255/**
    5356  Application class. The starting point of Orxonox.
    54   Loading of ressources starts in here.
     57  Loading of ressources should start in here.
    5558  ...
    5659*/
Note: See TracChangeset for help on using the changeset viewer.