comparison Core/Lua/LuaContext.h @ 1583:9ea3d082b064

got rid of custom exceptions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 17:52:50 +0200
parents 3f7722179467
children d7e569640d09
comparison
equal deleted inserted replaced
1582:bd1889029cbb 1583:9ea3d082b064
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "LuaException.h"
36 #include "../HttpClient.h" 35 #include "../HttpClient.h"
37 36
38 extern "C" 37 extern "C"
39 { 38 {
40 #include <lua.h> 39 #include <lua.h>