Changeset 1163 for Daodan/src/Patches/Utility.c
- Timestamp:
- Oct 24, 2021, 4:50:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Patches/Utility.c
r1161 r1163 102 102 memcpy(output_ptr, default_msg, sizeof(default_msg)); 103 103 } 104 104 105 105 } 106 106 107 typedef struct 108 { 109 uint16_t x; 110 uint16_t y; 111 112 } IMtPoint2D; 113 IMtPoint2D Point = {256, 250}; 107 IMtPoint Point = {256, 250}; 114 108 extern void* TSrTest; 115 109 extern void* TSrScores;
Note:
See TracChangeset
for help on using the changeset viewer.