SDK/Lua: Rework LuaBinding classes to try to improve compile time and binary size

This commit is contained in:
Lynix
2016-11-24 22:54:48 +01:00
parent 057de1544b
commit 7f143e41f8
22 changed files with 2309 additions and 2009 deletions

View File

@@ -4,6 +4,7 @@
#pragma once
#ifndef NDK_SERVER
#ifndef NDK_CONSOLE_HPP
#define NDK_CONSOLE_HPP
@@ -99,3 +100,4 @@ namespace Ndk
#include <NDK/Console.inl>
#endif // NDK_CONSOLE_HPP
#endif // NDK_SERVER