chore: CRLF to LF
This commit is contained in:
+26
-26
@@ -1,26 +1,26 @@
|
||||
#pragma once
|
||||
|
||||
#include "configurator_wnd.h"
|
||||
|
||||
namespace cfg {
|
||||
|
||||
enum class ConfigType {
|
||||
Config,
|
||||
KFControl,
|
||||
};
|
||||
|
||||
// globals
|
||||
extern bool CONFIGURATOR_STANDALONE;
|
||||
extern ConfigType CONFIGURATOR_TYPE;
|
||||
|
||||
class Configurator {
|
||||
private:
|
||||
ConfiguratorWindow wnd;
|
||||
|
||||
public:
|
||||
|
||||
Configurator();
|
||||
~Configurator();
|
||||
void run();
|
||||
};
|
||||
}
|
||||
#pragma once
|
||||
|
||||
#include "configurator_wnd.h"
|
||||
|
||||
namespace cfg {
|
||||
|
||||
enum class ConfigType {
|
||||
Config,
|
||||
KFControl,
|
||||
};
|
||||
|
||||
// globals
|
||||
extern bool CONFIGURATOR_STANDALONE;
|
||||
extern ConfigType CONFIGURATOR_TYPE;
|
||||
|
||||
class Configurator {
|
||||
private:
|
||||
ConfiguratorWindow wnd;
|
||||
|
||||
public:
|
||||
|
||||
Configurator();
|
||||
~Configurator();
|
||||
void run();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user