| 11 |
|
#include "Daodan_Console.h" |
| 12 |
|
#include "Daodan_Config.h" |
| 13 |
|
#include "patches/Patches.h" |
| 14 |
+ |
#include "bink-proxy.h" |
| 15 |
|
#include "_Version.h" |
| 16 |
|
|
| 17 |
< |
#include "Oni.h" |
| 17 |
< |
|
| 18 |
< |
#include "Oni_GL.h" |
| 17 |
> |
#include "Oni/Oni.h" |
| 18 |
|
|
| 19 |
|
HMODULE DDrDLLModule; |
| 20 |
|
HMODULE DDrONiModule; |
| 33 |
|
|
| 34 |
|
DDrConfig(argc, argv); |
| 35 |
|
|
| 36 |
+ |
if(GetKeyState(VK_SHIFT) & 0x8000) { |
| 37 |
+ |
DDrStartupMessage("Daodan: Shift"); |
| 38 |
+ |
guitest(DDrONiModule); |
| 39 |
+ |
} |
| 40 |
+ |
|
| 41 |
|
DD_Patch_Init(); |
| 42 |
|
|
| 43 |
+ |
BinkProxyInit(); |
| 44 |
+ |
|
| 45 |
|
ONiMain(argc, argv); |
| 46 |
|
} |
| 47 |
|
/* |