16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 05:29:17 +02:00

Delete unnecessary files, adding ref, update project

This commit is contained in:
firleju
2017-09-16 21:14:15 +02:00
parent 34df58e074
commit d534ac355b
38 changed files with 11141 additions and 328 deletions

View File

@@ -0,0 +1,9 @@
// C++ wrapper for LuaJIT header files.
extern "C" {
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#include "luajit.h"
}