diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-21 14:05:50 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-21 14:05:50 (GMT) |
| commit | 939a04d3c77bf9aa8d54e912f5e12817de51756c (patch) | |
| tree | 750119bf74b8fbcb409eaf02d03877c00056613d /src/cat/LuaScriptInterface.h | |
| parent | 6e44ebc358d1206c147f514225373da07b43c015 (diff) | |
| download | powder-939a04d3c77bf9aa8d54e912f5e12817de51756c.zip powder-939a04d3c77bf9aa8d54e912f5e12817de51756c.tar.gz | |
Testing new vm/language WIP
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
| -rw-r--r-- | src/cat/LuaScriptInterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h index c40728c..9758157 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -23,7 +23,7 @@ namespace ui class Window; } -namespace vm +namespace pim { class VirtualMachine; } @@ -65,7 +65,7 @@ class LuaScriptInterface: public CommandInterface { static int renderer_colourMode(lua_State * l); //Elements - static vm::VirtualMachine * updateVirtualMachines[PT_NUM]; + static pim::VirtualMachine * updateVirtualMachines[PT_NUM]; static int updateVM(UPDATE_FUNC_ARGS); // void initElementsAPI(); |
