maximize windows
[winnie] / src / winnie.h
index 1abf460..bd611e2 100644 (file)
@@ -4,10 +4,13 @@
 #include "event.h"
 #include "geom.h"
 #include "gfx.h"
+#include "text.h"
 #include "window.h"
 #include "wm.h"
 
 bool winnie_init();
 void winnie_shutdown();
 
+long winnie_get_time();
+
 #endif