// 26 june 2015 #include "uipriv_haiku.hpp" char *uiOpenFile(void) { // TODO return NULL; } char *uiSaveFile(void) { // TODO return NULL; } void uiMsgBox(const char *title, const char *description) { // TODO } void uiMsgBoxError(const char *title, const char *description) { // TODO }