summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.cpp
diff options
context:
space:
mode:
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()
+{
+}