Removing obsolete files
parent
96a1697650
commit
364d9ba63a
|
@ -1,15 +0,0 @@
|
||||||
/*
|
|
||||||
* Mr. 4th Dimention - Allen Webster
|
|
||||||
*
|
|
||||||
* 18.07.2017
|
|
||||||
*
|
|
||||||
* Shared libraries struct.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
// TOP
|
|
||||||
|
|
||||||
#error Remove this file
|
|
||||||
|
|
||||||
// BOTTOM
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue