summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-11 21:46:28 +0100
committerAki <please@ignore.pl>2022-03-11 21:46:28 +0100
commitba3ebf161e74c54deb7ab10621177769b479305c (patch)
treed2e9c3f4288aa65bd0bf5a743ae83e47c616b1c3 /Stars45/GameWinDX9.cpp
parent905cc79a7d81975d4aaac99c6888166d6595b9fc (diff)
downloadstarshatter-ba3ebf161e74c54deb7ab10621177769b479305c.zip
starshatter-ba3ebf161e74c54deb7ab10621177769b479305c.tar.gz
starshatter-ba3ebf161e74c54deb7ab10621177769b479305c.tar.bz2
Rotated ApplicationDX9 around into GameWinDX9
Diffstat (limited to 'Stars45/GameWinDX9.cpp')
-rw-r--r--Stars45/GameWinDX9.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Stars45/GameWinDX9.cpp b/Stars45/GameWinDX9.cpp
new file mode 100644
index 0000000..19fe60d
--- /dev/null
+++ b/Stars45/GameWinDX9.cpp
@@ -0,0 +1,19 @@
+/* Starshatter: The Open Source Project
+ Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors
+ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
+ Copyright (c) 1997-2006, Destroyer Studios LLC.
+*/
+
+#include "GameWinDX9.h"
+
+#include "Game.h"
+
+
+GameWinDX9::GameWinDX9()
+{
+}
+
+
+GameWinDX9::~GameWinDX9()
+{
+}