From 364d9ba63a1ed2de52f68eff241036d5598d5ef2 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 1 Oct 2019 17:25:13 -0700 Subject: [PATCH] Removing obsolete files --- platform_all/4ed_standard_libraries.cpp | 15 --------------- platform_win32/win32_4ed.cpp | 9 +-------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 platform_all/4ed_standard_libraries.cpp diff --git a/platform_all/4ed_standard_libraries.cpp b/platform_all/4ed_standard_libraries.cpp deleted file mode 100644 index ba654a93..00000000 --- a/platform_all/4ed_standard_libraries.cpp +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Mr. 4th Dimention - Allen Webster - * - * 18.07.2017 - * - * Shared libraries struct. - * - */ - -// TOP - -#error Remove this file - -// BOTTOM - diff --git a/platform_win32/win32_4ed.cpp b/platform_win32/win32_4ed.cpp index 4819f42a..6d431e54 100644 --- a/platform_win32/win32_4ed.cpp +++ b/platform_win32/win32_4ed.cpp @@ -9,14 +9,6 @@ // TOP -#define IS_PLAT_LAYER - -// -// Program setup -// - -#define UNICODE - #define FPS 60 #define frame_useconds (1000000 / FPS) @@ -41,6 +33,7 @@ #include "4ed.h" #undef function +#define UNICODE #include #define function static