forked from Hay1tsme/segatools
8 lines
134 B
C
8 lines
134 B
C
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
void unity_hook_init(const struct unity_config *cfg, HINSTANCE self);
|