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.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Stars45/GameWinDX9.h (limited to 'Stars45/GameWinDX9.h') diff --git a/Stars45/GameWinDX9.h b/Stars45/GameWinDX9.h new file mode 100644 index 0000000..1aee8df --- /dev/null +++ b/Stars45/GameWinDX9.h @@ -0,0 +1,21 @@ +/* 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. +*/ + +#ifndef GameWinDX9_h +#define GameWinDX9_h + +#include "Game.h" + + +class GameWinDX9 : public Game +{ +public: + GameWinDX9(); + virtual ~GameWinDX9(); +}; + + +#endif // GameWinDX9_h -- cgit v1.1