Skip to content

Commit

Permalink
move MainWindow and Screen stuff to separate files; WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisotura committed Dec 24, 2023
1 parent f580d20 commit 6a1232b
Show file tree
Hide file tree
Showing 8 changed files with 3,019 additions and 2,665 deletions.
4 changes: 3 additions & 1 deletion src/frontend/qt_sdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ include(FixInterfaceIncludes)
set(SOURCES_QT_SDL
main.cpp
main_shaders.h
Screen.cpp
Window.cpp
CheatsDialog.cpp
Config.cpp
DateTimeDialog.cpp
Expand Down Expand Up @@ -38,7 +40,7 @@ set(SOURCES_QT_SDL
SaveManager.cpp
CameraManager.cpp
AudioInOut.cpp

ArchiveUtil.h
ArchiveUtil.cpp

Expand Down
2 changes: 2 additions & 0 deletions src/frontend/qt_sdl/Input.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#ifndef INPUT_H
#define INPUT_H

#include <SDL2/SDL.h>

#include "types.h"

namespace Input
Expand Down
Loading

0 comments on commit 6a1232b

Please sign in to comment.