summaryrefslogtreecommitdiffstats
path: root/source/LuaScript.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-07 14:32:40 +0200
committermadmaxoft <github@xoft.cz>2013-08-07 14:32:40 +0200
commit29b9fb0a8b138134eb929e3d1886f28e9b348dd5 (patch)
treeee9ee915404b2a26ead0faee70c54389ba9560c9 /source/LuaScript.h
parentcIniFile: fixed API-non-exportable function marked as API-export (diff)
downloadcuberite-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.h14
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;