libui/haiku/stddialogs.cpp

25 lines
295 B
C++
Raw Normal View History

2015-11-19 08:01:05 -06:00
// 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
}