Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 5:53:16 PM (16 years ago)
Author:
adrfried
Message:

lua removed and using extern one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/src/orxonox/gui/GUIManager.cc

    r1882 r1975  
    3939#include <OgreRoot.h>
    4040#include <CEGUI.h>
    41 #include "ceguilua/CEGUILua.h"
     41#include <CEGUILua.h>
    4242#include "util/Exception.h"
    4343#include "core/input/InputManager.h"
     
    5050#include "OgreCEGUIRenderer.h"
    5151
    52 #include "lua/lua.hpp"
     52extern "C" {
     53#include "lua.h"
     54}
    5355
    5456namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.