mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 15:01:49 +08:00
26 lines
483 B
C++
26 lines
483 B
C++
#ifndef slic3r_UpdateErrorMessage_hpp_
|
|
#define slic3r_UpdateErrorMessage_hpp_
|
|
|
|
#include "GUI_App.hpp"
|
|
#include "GUI.hpp"
|
|
#include "I18N.hpp"
|
|
#include "Widgets/Label.hpp"
|
|
#include "Widgets/Button.hpp"
|
|
#include "Widgets/StepCtrl.hpp"
|
|
#include "BitmapCache.hpp"
|
|
#include "slic3r/Utils/Http.hpp"
|
|
#include "libslic3r/Thread.hpp"
|
|
|
|
namespace Slic3r {
|
|
namespace GUI {
|
|
|
|
|
|
std::string show_error_message(int error_code);
|
|
|
|
|
|
wxDECLARE_EVENT(EVT_UPDATE_ERROR_MESSAGE, wxCommandEvent);
|
|
}
|
|
}
|
|
|
|
|
|
#endif |