First prototype of coroutine based UI
This commit is contained in:
@@ -94,7 +94,7 @@ EM_JS(void, JS_Breakpoint, (), {
|
||||
BREAK(); \
|
||||
}
|
||||
#define InvalidCodepath() Assert(!"invalid codepath")
|
||||
#define ElseInvalidCodepath() else {InvalidCodepath()}
|
||||
#define ElseInvalidCodepath() else {InvalidCodepath();}
|
||||
|
||||
#define KiB(x) ((x##ull) * 1024ull)
|
||||
#define MiB(x) (KiB(x) * 1024ull)
|
||||
|
||||
Reference in New Issue
Block a user