#ifndef NULL_H #define NULL_H #include "../object.h" extern ArgonObject *ARGON_NULL; void init_null(); #endif // NULL_H