#pragma once

#include <gtk/gtk.h>

typedef struct _App App;


App *
app_new ();

