furniture ok

This commit is contained in:
theo3
2021-12-16 21:12:43 -08:00
parent dc326a58d4
commit 28bf8b929f
7 changed files with 429 additions and 1121 deletions
+2
View File
@@ -50,6 +50,8 @@
#define BOOLCAST(x) ((-(x) | (x)) >> 31)
#define static_assert(cond) extern char assertion[(cond) ? 1 : -1]
#define super (&this->base)
#if NON_MATCHING
#define ASM_FUNC(path, decl)
#else