| 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" |
| 21 |
|
HMODULE DDrDLLModule; |
| 22 |
|
HMODULE DDrONiModule; |
| 23 |
|
|
| 23 |
– |
|
| 24 |
|
void __cdecl DDrMain(int argc, char* argv[]) |
| 25 |
|
{ |
| 26 |
|
time_t rawtime; |
| 35 |
|
|
| 36 |
|
DDrConfig(argc, argv); |
| 37 |
|
|
| 38 |
+ |
if(GetKeyState(VK_SHIFT) & 0x8000) { |
| 39 |
+ |
DDrStartupMessage("Daodan: Shift"); |
| 40 |
+ |
guitest(DDrONiModule); |
| 41 |
+ |
} |
| 42 |
+ |
|
| 43 |
|
DD_Patch_Init(); |
| 44 |
< |
|
| 45 |
< |
|
| 44 |
> |
|
| 45 |
> |
BinkProxyInit(); |
| 46 |
> |
|
| 47 |
|
ONiMain(argc, argv); |
| 48 |
|
} |
| 49 |
|
/* |