segatools/mu3hook/unity.h
Matt Bilker a1f093a317
mu3hook/unity.c: hook Unity plugin DLLs
- Unity loads plugin DLLs and Mono dynamically.

- Ongeki uses Criware for videos so hook the Criware plugin DLL so the
  path hooks load the videos from the hooked paths.
2020-05-21 00:58:23 +00:00

4 lines
42 B
C

#pragma once
void unity_hook_init(void);