Create two separate executables, emu8051-cli (default) and emu8051-gtk
[emu8051.git] / src / filemenu.h
index 8945884..fe9688a 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef FILEMENU_H
 #define FILEMENU_H 1
 
-
 #include <gtk/gtk.h>
 
-
 void
-FileOpenEvent( GtkObject *object, gpointer data );
+FileOpenEvent(GtkObject *object, gpointer data);
 
 void
-FileResetEvent( GtkObject *object, gpointer data );
+FileResetEvent(GtkObject *object, gpointer data);
 
 void
-FileAddMenu( GtkWidget *menu_bar );
-
+FileAddMenu(GtkWidget *menu_bar);
 
 #endif /* FILEMENU_H */