00001 //: xputils.h 00009 #if defined (__GNUG__) 00010 #pragma interface "utils.h" 00011 #endif 00012 00013 #ifndef xputils_h 00014 #define xputils_h 00015 #include "../include/xbool.h" 00016 00017 #include <wx/wxprec.h> 00018 00019 #ifdef __BORLANDC__ 00020 #pragma hdrstop 00021 #endif 00022 00023 #ifndef WX_PRECOMP 00024 #include <wx/wx.h> 00025 #endif 00026 00033 wxString GetFormatted(const double val, int P = EDECIMALS, const int W = EWIDTH, const bool IsInteger = false); 00034 00035 #endif //xputils_h