12 lines
220 B
C++
12 lines
220 B
C++
|
#ifndef _nullcore__hpp__included__
|
||
|
#define _nullcore__hpp__included__
|
||
|
|
||
|
class core_core;
|
||
|
class core_type;
|
||
|
class core_region;
|
||
|
|
||
|
core_core& get_null_core();
|
||
|
core_type& get_null_type();
|
||
|
core_region& get_null_region();
|
||
|
|
||
|
#endif
|