colourgo/colourgo/machine.h

20 lines
315 B
C
Raw Normal View History

2017-07-19 16:29:43 +00:00
//
// machine.h
// colourgo
//
// Created by Jeremy Rand on 2017-07-19.
// Copyright © 2017 Jeremy Rand. All rights reserved.
//
#ifndef __colourgo__machine__
#define __colourgo__machine__
// API
extern void initMachine(void);
extern void uninitMachine(void);
#endif /* defined(__colourgo__machine__) */