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