// Copyright (c) Jon Thysell // Licensed under the MIT License. #include "MacLO.h" void main(void) { MacLO_ToolBoxInit(); MacLO_AppInit(); MacLO_MainLoop(); }