#ifndef GAMESERVER_H
#define GAMESERVER_H

#include "common/utils/Types.h"

namespace GameServer {
    void start(u16 port, u16 maxClients);
}

#endif