ocarina/include/ocarina.h

13 lines
172 B
C

/*
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_H
#define OCARINA_H
#include <gtkmm.h>
/* wires.cpp */
Gtk::Window *connect_wires();
#endif /* OCARINA_H */