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