load cache if it exists

This commit is contained in:
2025-07-05 04:38:37 +01:00
parent 48647f3734
commit 8b2eedf589
7 changed files with 281 additions and 68 deletions

View File

@@ -3,7 +3,6 @@
#include "../../memory.h"
#include "type/type.h"
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
ArgonObject *BASE_CLASS = NULL;