Lua: Fix type confusion between signed and unsigned
[lsnes.git] / include / core / nullcore.hpp
blob080647992bcec6f82ab6ea827e9c6a7b27177fc5
1 #ifndef _nullcore__hpp__included__
2 #define _nullcore__hpp__included__
4 class core_core;
5 class core_type;
6 class core_region;
8 core_core& get_null_core();
9 core_type& get_null_type();
10 core_region& get_null_region();
12 #endif