diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-06-30 21:20:51 -0600 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-06-30 21:20:51 -0600 |
| commit | 06203d8767e7da55deb4947c7660ff0136a31f29 (patch) | |
| tree | 91bc57f8b6372d5d585e3bd83b366421d8da8855 /src/client/lua_api/gui/simple.cpp | |
| parent | e2568651c4dc1e42f123b6e8e8c7597ed50fd355 (diff) | |
| download | brokengine-06203d8767e7da55deb4947c7660ff0136a31f29.tar.gz brokengine-06203d8767e7da55deb4947c7660ff0136a31f29.tar.bz2 brokengine-06203d8767e7da55deb4947c7660ff0136a31f29.zip | |
Removed some dead code
Removed a lot of commented out old code
Diffstat (limited to 'src/client/lua_api/gui/simple.cpp')
| -rw-r--r-- | src/client/lua_api/gui/simple.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/lua_api/gui/simple.cpp b/src/client/lua_api/gui/simple.cpp index 8790069..8e8b237 100644 --- a/src/client/lua_api/gui/simple.cpp +++ b/src/client/lua_api/gui/simple.cpp @@ -1,8 +1,8 @@ -#include <irrlicht.h>
-extern "C" {
- #include <lua.h>
- #include <lauxlib.h>
- #include <lualib.h>
+#include <irrlicht.h>
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
}
// {{startx, starty},{endx,endy}}
|
