protobuf server
This commit is contained in:
+3
-2
@@ -14,11 +14,12 @@ public:
|
||||
void initialize();
|
||||
void renderUI();
|
||||
|
||||
bool isClosing() const { return shouldClose; }
|
||||
[[nodiscard]] bool isClosing() const { return shouldClose; }
|
||||
|
||||
private:
|
||||
void renderMainMenuBar();
|
||||
bool loadTheme(const std::string& filepath); // Метод парсинга файла темы
|
||||
|
||||
static bool loadTheme(const std::string& filepath); // Метод парсинга файла темы
|
||||
|
||||
bool showConnectionWindow = true;
|
||||
bool showPayloadWindow = true;
|
||||
|
||||
Reference in New Issue
Block a user