Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2009, 11:57:28 PM (15 years ago)
Author:
rgrieder
Message:

In quest system:

  • Build fix (non-void function must return a value)
  • Removed some header files to reduce compile time
  • svn:eol-style "native" for the added files
  • removed svn:executable property from QuestNotification.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestGUINode.h

    • Property svn:eol-style set to native
    r5746 r5748  
    3131
    3232#include "questsystem/QuestsystemPrereqs.h"
    33 #include <CEGUIForwardRefs.h>
    34 
    35 #include "core/OrxonoxClass.h"
    3633
    3734#include <list>
    3835#include <string>
     36#include <CEGUIForwardRefs.h>
     37#include "core/OrxonoxClass.h"
    3938
    4039
     
    5049            virtual ~QuestGUINode(void);
    5150   
    52             int toggleVisibility(void);
     51            void toggleVisibility(void);
    5352
    5453            void getName(std::string & buffer); //!< Sets the input buffer to the name of the node.
Note: See TracChangeset for help on using the changeset viewer.