Restructure how buffers are set up (#77)

This commit is contained in:
Rozelette
2021-03-27 12:44:39 -05:00
committed by GitHub
parent 807db1ca54
commit 6536afc6d3
14 changed files with 85 additions and 62 deletions
+1
View File
@@ -13,5 +13,6 @@
#define UNK_FUN_ARG void(*)(void)
#define UNK_FUN_PTR(name) void(*name)(void)
#define UNK_ARGS void
#define UNK_SIZE 1
#endif