10 lines
123 B
C
10 lines
123 B
C
#ifndef NULL_H
|
|
#define NULL_H
|
|
#include "../object.h"
|
|
|
|
extern ArgonObject *ARGON_NULL;
|
|
|
|
void init_null();
|
|
|
|
|
|
#endif // NULL_H
|