mirror of
https://github.com/tlsbollei/KittyLoader
synced 2026-06-21 14:11:21 +00:00
7 lines
140 B
C
7 lines
140 B
C
#pragma once
|
|
#include <windows.h>
|
|
|
|
extern "C" void jumpstart();
|
|
extern "C" void startup();
|
|
extern "C" __declspec(dllexport) void nothing();
|