OpenMiner/source/core/Config.cpp

20 lines
446 B
C++

/*
* =====================================================================================
*
* Filename: Config.cpp
*
* Description:
*
* Created: 06/07/2018 11:41:16
*
* Author: Quentin Bazin, <quent42340@gmail.com>
*
* =====================================================================================
*/
#include "Config.hpp"
int GUI_SCALE = 3; // FIXME
bool Config::isSmoothLightingEnabled = true;