#ifndef OCARINA_LIBRARY_H #define OCARINA_LIBRARY_H namespace ocarina { namespace library { void init(); void refresh(); } }; #endif /* OCARINA_LIBRARY_H */