add splash screen

This commit is contained in:
Wladimir J. van der Laan
2011-08-02 21:48:59 +02:00
parent d8f5c59a59
commit 10d680cff4
5 changed files with 27 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ extern bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption,
extern void CalledSetStatusBar(const std::string& strText, int nField);
extern void UIThreadCall(boost::function0<void> fn);
extern void MainFrameRepaint();
extern void InitMessage(const std::string &message);
extern std::string _(const char* psz);
#endif