Formating
This commit is contained in:
@@ -45,6 +45,7 @@ namespace gaconnector
|
||||
std::unique_ptr<websocket::Websocket> connector;
|
||||
|
||||
websocket::data toSend;
|
||||
bool simSupported = false;
|
||||
|
||||
std::queue<std::function<void()>> &messageQueue()
|
||||
{
|
||||
@@ -67,6 +68,7 @@ namespace gaconnector
|
||||
void handleMessages();
|
||||
std::shared_ptr<file::config::Config> getConfiguration() const;
|
||||
void loadDatabase(int simVersion);
|
||||
bool getSupportedState() const;
|
||||
};
|
||||
} // namespace recorder
|
||||
} // namespace gaconnector
|
||||
|
||||
Reference in New Issue
Block a user