*work in progress*
[winnie] / src / winnie.h
1 #ifndef WINNIE_H_
2 #define WINNIE_H_
3
4 #include "event.h"
5 #include "geom.h"
6 #include "gfx.h"
7 #include "window.h"
8 #include "wm.h"
9
10 bool winnie_init();
11 void winnie_shutdown();
12
13 #endif