Added callback.h

This should have been added a long time ago, but my include/ocarina
directory was being ignored by git...
This commit is contained in:
Bryan Schumaker 2011-09-03 09:14:03 -04:00
parent ad066238ac
commit cfc86bd891
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef OCARINA_CALLBACK_H
#define OCARINA_CALLBACK_H
void setup_callbacks();
#endif /* OCARINA_CALLBACK_H */