lsnes/memorywatch.hpp
Ilari Liusvaara c932df0faa lsnes rr0-β0
The first release for public testing.
2011-09-13 17:50:18 +03:00

9 lines
No EOL
199 B
C++

#ifndef _memorywatch__hpp__included__
#define _memorywatch__hpp__included__
#include <string>
#include <stdexcept>
std::string evaluate_watch(const std::string& expr) throw(std::bad_alloc);
#endif