aboutsummaryrefslogtreecommitdiff
path: root/src/client/initdevice.hpp
diff options
context:
space:
mode:
authorAlexander Pickering <alex@cogarr.net>2018-10-03 17:46:45 -0400
committerAlexander Pickering <alex@cogarr.net>2018-10-03 17:46:45 -0400
commit6e8ef86afc5a559ff4df7f43bec53f82a9060731 (patch)
treeef2b4384c932d336c700ba9db6c01d8a2d5b6197 /src/client/initdevice.hpp
parent1c790cc19e92d8ad9d74c637de51175159f6bdd2 (diff)
downloadbrokengine-6e8ef86afc5a559ff4df7f43bec53f82a9060731.tar.gz
brokengine-6e8ef86afc5a559ff4df7f43bec53f82a9060731.tar.bz2
brokengine-6e8ef86afc5a559ff4df7f43bec53f82a9060731.zip
Allow brokengine to start projects in other directories
Allow the second argument passed to brokengine on the command line specify the location of the data/ folder the program uses.
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