Reorganize the window code a bit
[lsnes.git] / generic / memorywatch.hpp
blob75a7d42bb026cb4b8ac768709dd96b446f0bf2f7
1 #ifndef _memorywatch__hpp__included__
2 #define _memorywatch__hpp__included__
4 #include <string>
5 #include <stdexcept>
7 std::string evaluate_watch(const std::string& expr) throw(std::bad_alloc);
9 #endif