|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include "Core/Application.hpp"Go to the source code of this file.
Functions | |
| std::string | parseServerIp (int ac, char **av) |
| uint16_t | parseServerPort (int ac, char **av) |
| int | main (int ac, char **av) |
| int main | ( | int | ac, |
| char ** | av | ||
| ) |
Definition at line 38 of file main.cpp.
References parseServerIp(), parseServerPort(), and rtp::client::Application::run().
| std::string parseServerIp | ( | int | ac, |
| char ** | av | ||
| ) |