Deleting obsolete files
parent
e32231c0a0
commit
09cc36a3e3
|
@ -1,24 +0,0 @@
|
||||||
/*
|
|
||||||
* Mr. 4th Dimention - Allen Webster
|
|
||||||
*
|
|
||||||
* 09.02.2016
|
|
||||||
*
|
|
||||||
* Shared system functions
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
// TOP
|
|
||||||
|
|
||||||
#if !defined(FCODER_SYSTEM_SHARED_CPP)
|
|
||||||
#define FCODER_SYSTEM_SHARED_CPP
|
|
||||||
|
|
||||||
//
|
|
||||||
// General shared pieces
|
|
||||||
//
|
|
||||||
|
|
||||||
#error Remove this file
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// BOTTOM
|
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
/*
|
|
||||||
* Mr. 4th Dimention - Allen Webster
|
|
||||||
*
|
|
||||||
* 09.02.2016
|
|
||||||
*
|
|
||||||
* Shared system functions
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
// TOP
|
|
||||||
|
|
||||||
// NOTE(allen): This serves as a list of functions to implement
|
|
||||||
// in addition to those in 4ed_system.h These are not exposed to
|
|
||||||
// the application code, but system_shared.cpp
|
|
||||||
// rely on the functions listed here.
|
|
||||||
|
|
||||||
#if !defined(FRED_SYSTEM_SHARED_H)
|
|
||||||
#define FRED_SYSTEM_SHARED_H
|
|
||||||
|
|
||||||
#error Remove this file
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// BOTTOM
|
|
||||||
|
|
Loading…
Reference in New Issue