summaryrefslogtreecommitdiff
path: root/gmod/CLuaShared.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gmod/CLuaShared.hpp')
-rw-r--r--gmod/CLuaShared.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/gmod/CLuaShared.hpp b/gmod/CLuaShared.hpp
deleted file mode 100644
index 1a46e74..0000000
--- a/gmod/CLuaShared.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include "CLuaInterface.hpp"
-
-class CLuaShared
-{
-public:
- virtual ~CLuaShared( );
- virtual void Init( );
- virtual void ShutDown( );
- virtual void DumpStats( );
- virtual CLuaInterface* CreateLuaInterface( STATE_TYPE, bool );
- virtual void CloseLuaInterface( CLuaInterface* );
- virtual CLuaInterface* GetLuaInterface( STATE_TYPE );
-}; \ No newline at end of file