9 lines
147 B
C++
9 lines
147 B
C++
|
#ifndef _interface__core__hpp__included__
|
||
|
#define _interface__core__hpp__included__
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string emucore_get_version();
|
||
|
|
||
|
#endif
|