From be9f7978065841947050beea211fc160e072ce7f Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 1 Mar 2021 02:57:50 +0100 Subject: [PATCH] Remove hardcoded config.h --- SourceS/config.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 SourceS/config.h diff --git a/SourceS/config.h b/SourceS/config.h deleted file mode 100644 index fc6486fac..000000000 --- a/SourceS/config.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -#define PROJECT_NAME "DevilutionX" -#define PROJECT_VERSION "ctr_v1"