2016-02-11 17:17:52 +00:00
|
|
|
/*
|
|
|
|
* Mr. 4th Dimention - Allen Webster
|
|
|
|
*
|
|
|
|
* 09.02.2016
|
|
|
|
*
|
|
|
|
* Shared system functions
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
// TOP
|
|
|
|
|
2017-03-12 23:24:53 +00:00
|
|
|
#if !defined(FCODER_SYSTEM_SHARED_CPP)
|
|
|
|
#define FCODER_SYSTEM_SHARED_CPP
|
|
|
|
|
2016-08-29 02:14:02 +00:00
|
|
|
//
|
|
|
|
// General shared pieces
|
|
|
|
//
|
|
|
|
|
2019-10-01 23:50:56 +00:00
|
|
|
#error Remove this file
|
2016-02-11 17:17:52 +00:00
|
|
|
|
2017-03-12 23:24:53 +00:00
|
|
|
#endif
|
|
|
|
|
2016-02-11 17:17:52 +00:00
|
|
|
// BOTTOM
|
|
|
|
|