From ba3ebf161e74c54deb7ab10621177769b479305c Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 11 Mar 2022 21:46:28 +0100 Subject: Rotated ApplicationDX9 around into GameWinDX9 --- Stars45/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45/CMakeLists.txt') diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt index 7247082..43836f3 100644 --- a/Stars45/CMakeLists.txt +++ b/Stars45/CMakeLists.txt @@ -4,7 +4,6 @@ include(GitToResource) add_executable( Stars45 WIN32 ActiveWindow.cpp - ApplicationDX9.cpp Archive.cpp Asteroid.cpp AudDlg.cpp @@ -99,6 +98,7 @@ add_executable( Galaxy.cpp Game.cpp GameScreen.cpp + GameWinDX9.cpp Geometry.cpp Graphic.cpp Grid.cpp -- cgit v1.1