ocarina/include/ocarina/callback.h
Bryan Schumaker cfc86bd891 Added callback.h
This should have been added a long time ago, but my include/ocarina
directory was being ignored by git...
2011-09-03 09:14:03 -04:00

7 lines
112 B
C

#ifndef OCARINA_CALLBACK_H
#define OCARINA_CALLBACK_H
void setup_callbacks();
#endif /* OCARINA_CALLBACK_H */