ocarina/include/ocarina.h

20 lines
386 B
C++

/*
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_H
#define OCARINA_H
#include <gtkmm.h>
/* wires.cpp */
Gtk::Window *connect_wires();
Gtk::Button *get_button(const std::string &);
Glib::RefPtr<Gtk::Builder> &get_builder();
#ifdef CONFIG_TEST
void do_collection_delete();
void on_collection_toggled(const Glib::ustring &);
#endif /* CONFIG_TEST */
#endif /* OCARINA_H */