4 lines
102 B
C++
4 lines
102 B
C++
#include "pch.h"
|
|
std::ofstream flog = std::ofstream("CheatMenu.log");
|
|
CJson config = CJson("config");
|