add null object and add load const

This commit is contained in:
2025-06-24 03:49:05 +01:00
parent 498cd39c04
commit 908d627962
8 changed files with 94 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
#ifndef NULL_H
#define NULL_H
#include "../object.h"
extern ArgonObject *ARGON_NULL;
void init_null();
#endif // NULL_H