Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
App.cpp File Reference
#include "App.hpp"
#include <chrono>
#include <csignal>
#include <iostream>
#include <thread>
#include "../audio/IAudioManager.hpp"
#include "../audio/NullAudioManager.hpp"
#include "../audio/RaylibAudioManager.hpp"
#include "network/ProtocolParser.hpp"
#include "network/TcpSocket.hpp"
#include "renderer/HeadlessRenderer.hpp"
#include "renderer/IRenderer.hpp"
#include "renderer/RaylibRenderer.hpp"
#include "renderer/raylib_helpers/I18n.hpp"
+ Include dependency graph for App.cpp:

Go to the source code of this file.

Variables

volatile sig_atomic_t g_interrupted
 
static constexpr int MAX_RETRIES = 5
 

Variable Documentation

◆ g_interrupted

volatile sig_atomic_t g_interrupted
extern

Definition at line 6 of file main.cpp.

Referenced by App::_connectWithRetry(), onInterrupt(), and App::run().

◆ MAX_RETRIES

constexpr int MAX_RETRIES = 5
staticconstexpr

Definition at line 20 of file App.cpp.

Referenced by App::_connectWithRetry().