CheatMenuSA/CheatMenu/pch.cpp
2021-04-08 02:35:21 +06:00

4 lines
102 B
C++

#include "pch.h"
std::ofstream flog = std::ofstream("CheatMenu.log");
CJson config = CJson("config");