From 7fc13c24acf06d504429e37ec9fb28e6cdf91ea8 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Wed, 16 Jun 2021 06:57:34 +0200 Subject: [PATCH] [Maintenance] [th04] Get rid of th04.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oh wow, we never used that one; I only added it in 042b780 to make it easier for tool authors to #include "th04/resident.hpp". Bad idea – if we don't ensure that it *actually works* (and it didn't, as of d1f3dcd), it's of no help to them either. Part of P0147, funded by -Tom- and Ember2528. --- th04/th04.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 th04/th04.hpp diff --git a/th04/th04.hpp b/th04/th04.hpp deleted file mode 100644 index a493a278..00000000 --- a/th04/th04.hpp +++ /dev/null @@ -1,9 +0,0 @@ -/* ReC98 - * ----- - * Include file for TH04 - */ - -#include "ReC98.h" -#include "th04/shared.hpp" -#include "th04/player/chars.h" -#include "th04/resident.hpp"