mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-03 05:05:15 +00:00
4c6f44c394
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
9 lines
152 B
C++
9 lines
152 B
C++
#include "stdafx.h"
|
|
#include "Configuration.h"
|
|
|
|
Configuration::Configuration()
|
|
: m_debugMode(false),
|
|
m_profileMode(false),
|
|
m_romDirectory("roms") {
|
|
}
|