diff options
author | madmaxoft <github@xoft.cz> | 2013-08-07 14:32:40 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-07 14:32:40 +0200 |
commit | 29b9fb0a8b138134eb929e3d1886f28e9b348dd5 (patch) | |
tree | ee9ee915404b2a26ead0faee70c54389ba9560c9 /source/LuaScript.h | |
parent | cIniFile: fixed API-non-exportable function marked as API-export (diff) | |
download | cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.gz cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.bz2 cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.lz cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.xz cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.zst cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.zip |
Diffstat (limited to '')
-rw-r--r-- | source/LuaScript.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/LuaScript.h b/source/LuaScript.h index 6c224e115..99ccb3d49 100644 --- a/source/LuaScript.h +++ b/source/LuaScript.h @@ -15,20 +15,6 @@ -/* -struct sLuaUsertype -{ - sLuaUsertype(void* a_pObject, const char* a_pClassName) : Object(a_pObject), ClassName(a_pClassName) {} - // - void* Object; - const char* ClassName; -} ; -*/ - - - - - // fwd: class cWebAdmin; struct HTTPTemplateRequest; |