OpenMiner/include/core/Config.hpp

27 lines
586 B
C++
Raw Normal View History

2014-12-15 16:47:30 +01:00
/*
* =====================================================================================
*
* Filename: Config.hpp
*
2018-06-05 01:24:54 +02:00
* Description:
2014-12-15 16:47:30 +01:00
*
* Version: 1.0
* Created: 14/12/2014 13:45:14
* Revision: none
* Compiler: gcc
*
* Author: Quentin BAZIN, <quent42340@gmail.com>
2018-06-05 01:24:54 +02:00
* Company:
2014-12-15 16:47:30 +01:00
*
* =====================================================================================
*/
#ifndef CONFIG_HPP_
#define CONFIG_HPP_
2018-06-05 01:47:15 +02:00
#define SCREEN_WIDTH 1600
#define SCREEN_HEIGHT 1050
2014-12-15 16:47:30 +01:00
2014-12-20 16:22:52 +01:00
#define APP_NAME "KubKraft"
2014-12-15 16:47:30 +01:00
#endif // CONFIG_HPP_