From 3f320f31fc4f9e90302bd62208a52bfd8d3fd7c2 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Apr 2022 21:42:56 +0200 Subject: Separated Main to own module Intent is to separate headless server and game and make a dedicated executable for each. While this can be done without any directory changes, this is intended to cause as many compilation and linking errors as possible in order to clean them up and refactor general structure of the whole project. --- StarsEx/resource.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 StarsEx/resource.h (limited to 'StarsEx/resource.h') diff --git a/StarsEx/resource.h b/StarsEx/resource.h deleted file mode 100644 index 4dd9864..0000000 --- a/StarsEx/resource.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef resource_h -#define resource_h - -#define Stars 100 - -#endif // resource_h -- cgit v1.1