Add game layer linking

This commit is contained in:
Phireh 2024-12-16 20:16:27 +01:00
commit 9a4c57d4c2
8 changed files with 146 additions and 74 deletions

View file

@ -1,6 +1,10 @@
#ifndef ARENA_H
#define ARENA_H
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
typedef enum {
ARENA_ZERO = 1 << 0,
ARENA_SOFTFAIL = 1 << 1,