X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fapp.h;fp=player%2Fapp.h;h=1d9b8d45eef52a24e5ae475b7803f6a0cef05a37;hb=573f6f440754723a29da56c133ba13b73508581f;hp=a8a5ff59acce34e289aab17b8617228c9bc7816e;hpb=902aae84d3e35cc4592b64ddb871a5f4c32903a6;p=projects%2Fchimara%2Fchimara.git diff --git a/player/app.h b/player/app.h index a8a5ff5..1d9b8d4 100644 --- a/player/app.h +++ b/player/app.h @@ -35,6 +35,7 @@ #include #include #include +#include "player.h" G_BEGIN_DECLS @@ -64,6 +65,7 @@ typedef struct _ChimaraAppClass { GType chimara_app_get_type(void) G_GNUC_CONST; ChimaraApp *chimara_app_get(void); GtkActionGroup *chimara_app_get_action_group(ChimaraApp *self); +ChimaraPlayer *chimara_app_open_game(ChimaraApp *self, const char *path); G_END_DECLS