Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2008, 2:24:00 PM (16 years ago)
Author:
landauf
Message:

moved tolua from util to core because of circular dependencies
reverted some bugfixes in ParticleInterface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/core/Script.cc

    r1034 r1037  
    3131#include <map>
    3232
    33 #include "../core/CoreIncludes.h"
     33#include "CoreIncludes.h"
    3434
    3535extern "C" {
     
    3838}
    3939
    40 #include "util/tolua/tolua++.h"
    41 #include "util/tolua/tolua_bind.h"
     40#include "tolua/tolua++.h"
     41#include "tolua/tolua_bind.h"
    4242
    4343namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.