| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <string.h> | |
| 2 | #include "stdint.h" | |
| 3 | #include <math.h> | |
| 4 | < | #include "Oni.h" |
| 5 | < | #include "Oni_Character.h" |
| 4 | > | |
| 5 | > | #include "Oni/Oni.h" |
| 6 | ||
| 7 | #include "_Version.h" | |
| 8 | ||
| 9 | #include "Daodan.h" | |
| 10 | #include "Daodan_Cheater.h" | |
| 11 | + | |
| 12 | union MSVC_EVIL_FLOAT_HACK | |
| 13 | { | |
| 14 | unsigned __int8 Bytes[4]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |