add threaded filewatcher
This commit is contained in:
@@ -18,6 +18,8 @@ typedef double f64;
|
||||
typedef uintptr_t uptr;
|
||||
typedef ptrdiff_t ptrdiff;
|
||||
|
||||
typedef enum { HILOAD_OK = 0, HILOAD_FAIL } HiloadResult;
|
||||
typedef enum { HILOAD_FAIL = 0, HILOAD_OK } HiloadResult;
|
||||
#define HILOADRES(res) ((res) == HILOAD_OK)
|
||||
|
||||
|
||||
#endif // TYPES_H_
|
||||
|
||||
Reference in New Issue
Block a user