basin/basin/src/globals.h

22 lines
315 B
C
Raw Normal View History

2016-06-23 22:42:49 +00:00
/*
* globals.h
*
* Created on: Nov 19, 2015
* Author: root
*/
#ifndef GLOBALS_H_
#define GLOBALS_H_
#define MC_PROTOCOL_VERSION 315
2016-12-25 04:59:02 +00:00
#define CHUNK_VIEW_DISTANCE 10
2016-06-24 04:41:14 +00:00
#include <stdlib.h>
size_t tick_counter;
2016-06-23 22:42:49 +00:00
struct config* cfg;
struct logsess* delog;
struct collection* players;
2016-06-23 22:42:49 +00:00
#endif /* GLOBALS_H_ */