EFTCheatPVE/service/service.cpp

7 lines
No EOL
93 B
C++

#include "includes.h"
// Entry point
int wmain()
{
return BEService::Run() ? 0 : 1;
}