Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "DeadlockDetect.h"
#include "Root.h"
#include "World.h"
#include <cstdlib>
Go to the source code of this file.
Variables | |
const int | CYCLE_MILLISECONDS = 100 |
Number of milliseconds per cycle. More... | |
const int CYCLE_MILLISECONDS = 100 |
Number of milliseconds per cycle.
Definition at line 17 of file DeadlockDetect.cpp.