/** * Copyright 2014 (c) Anna Schumaker. */ #ifndef OCARINA_CORE_CORE_H #define OCARINA_CORE_CORE_H /** * Namespace for basic core library functions. */ namespace core { /** * Initializes all components of the core library, including reading * databases from disk and setting up gstreamer. */ void init(); } #endif /* OCARINA_CORE_CORE_H */