Removing obsolete files

master
Allen Webster 2019-10-01 17:25:13 -07:00
parent 96a1697650
commit 364d9ba63a
2 changed files with 1 additions and 23 deletions

View File

@ -1,15 +0,0 @@
/*
* Mr. 4th Dimention - Allen Webster
*
* 18.07.2017
*
* Shared libraries struct.
*
*/
// TOP
#error Remove this file
// BOTTOM

View File

@ -9,14 +9,6 @@
// TOP // TOP
#define IS_PLAT_LAYER
//
// Program setup
//
#define UNICODE
#define FPS 60 #define FPS 60
#define frame_useconds (1000000 / FPS) #define frame_useconds (1000000 / FPS)
@ -41,6 +33,7 @@
#include "4ed.h" #include "4ed.h"
#undef function #undef function
#define UNICODE
#include <Windows.h> #include <Windows.h>
#define function static #define function static