MacLO/src/main.c

12 lines
201 B
C

// Copyright (c) Jon Thysell <http://jonthysell.com>
// Licensed under the MIT License.
#include "MacLO.h"
void main(void)
{
MacLO_InitToolBox();
MacLO_InitWindows();
MacLO_MainLoop();
}