mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
Removing lua.hpp in favor of an external C
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
//
|
||||
|
||||
#include <string>
|
||||
#include "lua.hpp"
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
}
|
||||
|
||||
namespace LuaG
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user