first commit

This commit is contained in:
Julian Sparber
2017-02-11 20:15:35 +01:00
commit f0ede0a585
13 changed files with 1152 additions and 0 deletions

14
src/paperplaneapp.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef __PAPERPLANEAPP_H
#define __PAPERPLANEAPP_H
#include <gtk/gtk.h>
#define PAPERPLANE_APP_TYPE (paperplane_app_get_type ())
G_DECLARE_FINAL_TYPE (PaperplaneApp, paperplane_app, PAPERPLANE, APP, GtkApplication)
PaperplaneApp *paperplane_app_new (void);
#endif /* __PAPERPLANEAPP_H */