ocarina/include/gui/ocarina.h

18 lines
213 B
C++

/*
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_H
#define OCARINA_H
#include <gtkmm.h>
/* main.cpp */
namespace gui
{
const std::string share_file(const std::string &);
}
#endif /* OCARINA_H */