Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 17, 2009, 4:41:03 PM (15 years ago)
Author:
rgrieder
Message:

Added static DeclareToluaInterface macro to ease up tolua intefaces for modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/core/Core.cc

    r5654 r5655  
    7878#include "TclBind.h"
    7979#include "TclThreadManager.h"
    80 #include "ToluaBindCore.h"
    8180#include "input/InputManager.h"
    8281
     
    267266            setThreadAffinity(static_cast<unsigned int>(limitToCPU));
    268267#endif
    269         // Add tolua interface
    270         LuaState::addToluaInterface(&tolua_Core_open, "Core");
    271268
    272269        // Manage ini files and set the default settings file (usually orxonox.ini)
Note: See TracChangeset for help on using the changeset viewer.