ocarina/include/ocarina/ocarina.h
Bryan Schumaker 7efcfddcde Add a button to the window
The button doesn't do anything yet, but I may eventually modify it for
playing and pausing music.
2011-08-18 08:20:56 -04:00

7 lines
66 B
C

#ifndef OCARINA_H
#define OCARINA_H
void ocarina_quit();
#endif