basin/basin/src/globals.h

19 lines
290 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_
2016-06-24 04:41:14 +00:00
#define MC_VERSION_1_8_9
//#define MC_VERSION_1_9_4
//#define MC_VERSION_1_10
2016-06-24 07:54:49 +00:00
#define MC_PROTOCOL_VERSION 47
2016-06-24 04:41:14 +00:00
2016-06-23 22:42:49 +00:00
struct config* cfg;
struct logsess* delog;
#endif /* GLOBALS_H_ */