porymap/src/settings.cpp

8 lines
117 B
C++
Raw Normal View History

2018-09-27 00:30:05 +01:00
#include "settings.h"
Settings::Settings()
{
this->smartPathsEnabled = false;
this->betterCursors = true;
2018-09-27 00:30:05 +01:00
}