group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
main.cpp File Reference

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>
Include dependency graph for main.cpp:

Functions

int main ()
 Server entry point – initialises SDL/NET, runs the game loop, and cleans up.

Detailed Description

Server application entry point.

Function Documentation

◆ main()

int main ( )

Server entry point – initialises SDL/NET, runs the game loop, and cleans up.

Here is the call graph for this function: