1
0
mirror of https://github.com/rbmm/SC synced 2026-06-08 17:03:41 +00:00
Files
rbmm-SC/dummy/ep.cpp
T
rbmm 85f5bb52e2 ++
2025-02-03 13:05:09 +02:00

10 lines
134 B
C++

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