39fe80bdfc
This is part of work to split off the emulator core.
8 lines
147 B
C++
8 lines
147 B
C++
#ifndef _interface__core__hpp__included__
|
|
#define _interface__core__hpp__included__
|
|
|
|
#include <string>
|
|
|
|
std::string emucore_get_version();
|
|
|
|
#endif
|