core: Namespace EmuWindow
Gets the class out of the global namespace.
This commit is contained in:
parent
403dfd68fc
commit
0a93b45b6a
14 changed files with 44 additions and 22 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
struct SDL_Window;
|
||||
|
||||
class EmuWindow_SDL2 : public EmuWindow {
|
||||
class EmuWindow_SDL2 : public Core::Frontend::EmuWindow {
|
||||
public:
|
||||
explicit EmuWindow_SDL2(bool fullscreen);
|
||||
~EmuWindow_SDL2();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue