mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-12 19:34:01 +02:00
Include dir change for OS X
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
#ifndef LUACONSOLEH
|
||||
#define LUACONSOLEH
|
||||
#ifdef LUA_R_INCL
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lualib.h>
|
||||
#else
|
||||
#include <lua5.1/lua.h>
|
||||
#include <lua5.1/lauxlib.h>
|
||||
#include <lua5.1/lualib.h>
|
||||
#endif
|
||||
#include <defines.h>
|
||||
|
||||
void luacon_open();
|
||||
|
Reference in New Issue
Block a user