MacLO/src/MacLO.h

12 lines
195 B
C
Raw Normal View History

// Copyright (c) Jon Thysell <http://jonthysell.com>
// Licensed under the MIT License.
#ifndef MACLO_H
#define MACLO_H
void InitToolBox();
void InitMainWindow();
void ProcessEvents();
#endif