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