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/GameWinDX9.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Stars45/GameWinDX9.cpp (limited to 'Stars45/GameWinDX9.cpp') 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() +{ +} -- cgit v1.1