diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-04-10 19:55:02 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-04-10 19:55:02 -0400 |
| commit | bced528a07a2ff1591455e4c4228ec18f8e0532d (patch) | |
| tree | 7686a11b6276f56eabde0bffb8716a7b1df72e29 /src/client/initdevice.cpp | |
| parent | d2b36e6c65ec8126c0ebc96adb7e011e78a5eacc (diff) | |
| download | brokengine-bced528a07a2ff1591455e4c4228ec18f8e0532d.tar.gz brokengine-bced528a07a2ff1591455e4c4228ec18f8e0532d.tar.bz2 brokengine-bced528a07a2ff1591455e4c4228ec18f8e0532d.zip | |
Added getpos and setpos functions for scene nodes
Diffstat (limited to 'src/client/initdevice.cpp')
| -rw-r--r-- | src/client/initdevice.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/initdevice.cpp b/src/client/initdevice.cpp index 814dd67..e288863 100644 --- a/src/client/initdevice.cpp +++ b/src/client/initdevice.cpp @@ -1,4 +1,7 @@ - +/* + This files runes a lua file that contains settings information, and creates an irrlicht device + with those settings. +*/ extern "C" { #include <lua.h> #include <lauxlib.h> |
