forked from NeoFlock/noom
compiler: basic code in place + all: rename streql to memeq
Reviewed-on: NeoFlock/noom#5 Co-authored-by: tema5002 <tema5002@tuta.io> Co-committed-by: tema5002 <tema5002@tuta.io>
This commit is contained in:
@@ -38,6 +38,10 @@ typedef enum noom_LuaType {
|
||||
|
||||
typedef enum noom_Exit {
|
||||
NOOM_OK = 0,
|
||||
NOOM_PLEASEHELPMEIAMSCARED,
|
||||
NOOM_IAMNOTSCAREDJUSTLAZYTHISTIME,
|
||||
// unknown internal error
|
||||
NOOM_EINTERNAL,
|
||||
NOOM_YIELD,
|
||||
// out of memory
|
||||
NOOM_ENOMEM,
|
||||
|
||||
Reference in New Issue
Block a user