mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
12 lines
221 B
C++
12 lines
221 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
|