Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
Server.cpp File Reference
#include <iostream>
#include <memory>
#include <boost/asio/awaitable.hpp>
#include <boost/asio/co_spawn.hpp>
#include <boost/asio/detached.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/use_awaitable.hpp>
#include "Server.hpp"
#include "action/ObjectInteractAction.hpp"
#include "action/PickUpAction.hpp"
#include "utils/AssetManager.hpp"
#include "world/Utils.hpp"
Include dependency graph for Server.cpp:

Variables

uint16_t PORT = 9999
 
int TICK_RATE = 32
 
int TICK_TIME = 1000 / TICK_RATE
 
static uint32_t id = 0
 

Variable Documentation

◆ id

uint32_t id = 0
static

◆ PORT

uint16_t PORT = 9999

◆ TICK_RATE

int TICK_RATE = 32

◆ TICK_TIME

int TICK_TIME = 1000 / TICK_RATE