2016-02-11 17:17:52 +00:00
|
|
|
/*
|
|
|
|
* Mr. 4th Dimention - Allen Webster
|
|
|
|
*
|
|
|
|
* 09.02.2016
|
|
|
|
*
|
|
|
|
* Shared system functions
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
// TOP
|
|
|
|
|
2017-03-23 19:16:39 +00:00
|
|
|
// 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.
|
2016-02-11 17:17:52 +00:00
|
|
|
|
2017-03-19 18:25:12 +00:00
|
|
|
#if !defined(FRED_SYSTEM_SHARED_H)
|
|
|
|
#define FRED_SYSTEM_SHARED_H
|
|
|
|
|
2019-10-01 23:50:56 +00:00
|
|
|
#error Remove this file
|
2017-03-23 23:40:16 +00:00
|
|
|
|
2017-03-19 18:25:12 +00:00
|
|
|
#endif
|
|
|
|
|
2016-02-11 17:17:52 +00:00
|
|
|
// BOTTOM
|
|
|
|
|