# | Line 1 | Line 1 | |
---|---|---|
1 | – | #pragma once |
1 | #ifndef DAODAN_PATCH_H | |
2 | #define DAODAN_PATCH_H | |
3 | ||
4 | < | #include "bool.h" |
4 | > | #include "stdint.h" |
5 | ||
6 | #define DDrPatch_Const(d, c) DDrPatch_String(d, c, sizeof(c)) | |
7 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |