4coder/platform_all/4ed_standard_libraries.cpp

18 lines
159 B
C++
Raw Normal View History

/*
* Mr. 4th Dimention - Allen Webster
*
* 18.07.2017
*
* Shared libraries struct.
*
*/
// TOP
struct Libraries{
Library app_code;
};
// BOTTOM