4coder/platform_all/4ed_system_shared.cpp

25 lines
252 B
C++
Raw Normal View History

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
//
// General shared pieces
//
#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