Initial commit: server + serverfiles
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#if !defined(_MSC_VER) && defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lualib.h>
|
||||
|
||||
#if !defined(_MSC_VER) && defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user