/apps/twnlua: report error on loading
This commit is contained in:
@ -3,9 +3,11 @@
|
||||
|
||||
#include <lua.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct State {
|
||||
lua_State *L;
|
||||
bool loaded_successfully;
|
||||
} State;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user