1
0
mirror of https://github.com/rbmm/SC synced 2026-06-08 17:03:41 +00:00
Files
rbmm 287d335439 *
2025-12-12 02:03:44 +02:00

10 lines
140 B
C++

#include "stdafx.h"
//#define _PRINT_CPP_NAMES_
#include "../ScEntry/address.h"
void WINAPI ep()
{
CPP_FUNCTION;
ExitProcess(0);
}