CheatMenuSA/CheatMenu/pch.cpp

4 lines
102 B
C++
Raw Normal View History

2020-12-02 16:19:16 -05:00
#include "pch.h"
2021-03-10 16:10:59 -05:00
std::ofstream flog = std::ofstream("CheatMenu.log");
CJson config = CJson("config");