Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5755


Ignore:
Timestamp:
Sep 20, 2009, 8:03:45 PM (15 years ago)
Author:
rgrieder
Message:

Added loading declaration for the tolua bindings in the quest system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestManager.cc

    r5748 r5755  
    4040#include "core/GUIManager.h"
    4141#include "core/ConsoleCommand.h"
     42#include "core/LuaState.h"
    4243#include "infos/PlayerInfo.h"
    4344#include "overlays/GUIOverlay.h"
    4445
     46#include "ToluaBindQuestsystem.h"
    4547#include "Quest.h"
    4648#include "QuestHint.h"
     
    4951namespace orxonox
    5052{
     53    // Register tolua_open function when loading the library
     54    DeclareToluaInterface(Questsystem);
     55
    5156    //! Pointer to the current (and single) instance of this class.
    5257    /*static*/ QuestManager* QuestManager::singletonPtr_s = NULL;
Note: See TracChangeset for help on using the changeset viewer.