|
group2 0.1.0
CSE 125 Group 2
|
Server application entry point. More...
#include "game/ServerGame.hpp"#include "network/NetworkConfig.hpp"#include "perf/Parallel.hpp"#include "perf/Profiler.hpp"#include <SDL3/SDL.h>#include <SDL3_net/SDL_net.h>#include <algorithm>#include <array>#include <cerrno>#include <cinttypes>#include <cstdio>#include <cstdlib>#include <string>Functions | |
| int | main () |
| Server entry point – initialises SDL/NET, runs the game loop, and cleans up. | |
Server application entry point.
| int main | ( | ) |
Server entry point – initialises SDL/NET, runs the game loop, and cleans up.