shared memory: TODO fix client bug
[winnie] / libwinnie / src / winnie.h
index 899357c..1c4f60c 100644 (file)
@@ -42,6 +42,9 @@ struct Subsys {
 bool winnie_init();
 void winnie_shutdown();
 
+bool winnie_open();
+void winnie_close();
+
 long winnie_get_time();
 
 Subsys *get_subsys();