Start work on memory.c

This commit is contained in:
gamemasterplc 2023-11-21 21:22:21 -06:00
parent 33cc13b687
commit f6d4f74c25
5 changed files with 62 additions and 13 deletions

View file

@ -223,7 +223,7 @@ config.libs = [
"host": False,
"objects": [
Object(Matching, "game/malloc.c"),
Object(NonMatching, "game/memory.c"),
Object(Matching, "game/memory.c"),
],
},
{