Slight reorg

This commit is contained in:
mcrcortex
2024-07-10 00:16:32 +09:00
parent e5333cb2e9
commit 8ed121f71e
5 changed files with 10 additions and 39 deletions

View File

@@ -1,20 +0,0 @@
//Use defines and undefines to define the queue, allows for hacky reuse of imports
#ifndef QUEUE_NAME
#error QUEUE_NAME is not defined
#endif
void push(queue, item) {
}
#