diff options
Diffstat (limited to 'src/timeline_window.h')
-rw-r--r-- | src/timeline_window.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/timeline_window.h b/src/timeline_window.h new file mode 100644 index 0000000..8aff454 --- /dev/null +++ b/src/timeline_window.h @@ -0,0 +1,9 @@ +#ifndef __TIMELINE_WINDOW_H +#define __TIMELINE_WINDOW_H + +void create_timeline_window (GtkApplication *app, gpointer user_data); + +#endif + + + |