lsnes/include/interface/core.hpp
Ilari Liusvaara 39fe80bdfc Refactor bsnes core version handling
This is part of work to split off the emulator core.
2012-03-11 21:48:12 +02:00

8 lines
147 B
C++

#ifndef _interface__core__hpp__included__
#define _interface__core__hpp__included__
#include <string>
std::string emucore_get_version();
#endif