mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 06:45:05 +00:00
13 lines
195 B
C++
13 lines
195 B
C++
#include "modules.h"
|
|
|
|
#include "kernel32_trampolines.h"
|
|
|
|
extern const wibo::ModuleStub lib_kernel32 = {
|
|
(const char *[]){
|
|
"kernel32",
|
|
nullptr,
|
|
},
|
|
kernel32_trampoline_by_name,
|
|
nullptr,
|
|
};
|