fshake3d  0.0.1
FreeformDensity3DSurfaceEditor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
dialog.hpp
Go to the documentation of this file.
00001 #include <string>
00002 bool dialog_load(std::string& fn);
00003 bool dialog_save(std::string& fn);
00004 bool dialog_yesno(const char* text);
00005 void dialog_ok(const char* text);