#ifndef OCARINA_H #define OCARINA_H namespace ocarina { void quit(); void idle_add(); string full_path(string); }; #endif