aboutsummaryrefslogtreecommitdiff
path: root/src/client/initdevice.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/initdevice.hpp')
-rw-r--r--src/client/initdevice.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/initdevice.hpp b/src/client/initdevice.hpp
index dd328f7..0a65a99 100644
--- a/src/client/initdevice.hpp
+++ b/src/client/initdevice.hpp
@@ -13,5 +13,5 @@ using namespace video;
using namespace io;
using namespace gui;
-IrrlichtDevice* spawnIrrDevice(lua_State* L);
+IrrlichtDevice* spawnIrrDevice(lua_State* L, char *path);
#endif