start server part of clusterizer

This commit is contained in:
2025-02-20 22:43:39 +01:00
parent 5eee13a4e2
commit 960c4eb99c
10 changed files with 237 additions and 61 deletions

View File

@ -6,7 +6,7 @@
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/04 01:07:08 by tomoron #+# #+# */
/* Updated: 2025/02/04 22:04:04 by tomoron ### ########.fr */
/* Updated: 2025/02/20 19:52:31 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -31,10 +31,17 @@ class Arguments
bool error(void) const;
void show(void);
bool getBoolean(std::string name);
std::string *getString(std::string name);
std::string &getSceneName(void);
std::string *getRenderPath(void);
bool getHeadless(void);
bool isServer(void);
bool isClient(void);
std::string *getServerIp(void);
private:
void printUsage();