ocarina/include/lib/lib.h

19 lines
269 B
C++

/*
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_LIB_LIB_H
#define OCARINA_LIB_LIB_H
#include <string>
#include <gtkmm.h>
namespace lib
{
void init(int *, char ***);
const std::string share_file(const std::string &);
}
#endif /* OCARINA_LIB_LIB_H */