4coder/platform_all/4ed_standard_libraries.cpp

19 lines
179 B
C++

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