- removed deprecated version.h

- cleaned up window title
- cleaned up emu_window_glfw/emu_window
This commit is contained in:
bunnei 2014-04-08 23:18:23 -04:00
parent d0674cc98b
commit 5da03e821e
10 changed files with 72 additions and 100 deletions

View file

@ -26,7 +26,7 @@ public:
/// Releases (dunno if this is the "right" word) the GLFW context from the caller thread
void DoneCurrent();
GLFWwindow* render_window_; ///< Internal GLFW render window
GLFWwindow* m_render_window; ///< Internal GLFW render window
private: