From 4be19cc8bfa9ea63c3d90aa0900f28ca9c373b90 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 28 Feb 2022 21:43:04 +0100 Subject: Added stub to export WinApi and DX9 parts to --- Stars45/ApplicationDX9.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Stars45/ApplicationDX9.h (limited to 'Stars45/ApplicationDX9.h') diff --git a/Stars45/ApplicationDX9.h b/Stars45/ApplicationDX9.h new file mode 100644 index 0000000..e6003e7 --- /dev/null +++ b/Stars45/ApplicationDX9.h @@ -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. +*/ + +#ifndef ApplicationDX9_h +#define ApplicationDX9_h + + +class ApplicationDX9 +{ +public: + ApplicationDX9(); + virtual ~ApplicationDX9(); +}; + + +#endif // ApplicationDX9_h -- cgit v1.1