This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a92122432
ReC98
/
th01
/
main_30.cpp
7 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
[Decompilation] [th01] 16-bit integer to string conversion "Hey, let's have separate functions for uint16_t and int16_t… and then just *not* support negative numbers in the latter" :zunpet: Part of P0104, funded by Ember2528.
2020-07-24 16:59:15 +00:00
/* ReC98
*
-
-
-
-
-
*
Code
segment
#
30
of
TH01
'
s
REIIDEN
.
EXE
*/
[Maintenance] [th01] Cards: Merge segment 30 code into a single source file The fact that the game insists on this translation unit is already bad enough – thanks to the static constructor for the CCards and CObstacles instances, we can't merge it with segment 31. Just `#include`ing str_val.cpp here is much less bad than having more than one extra source file. Part of P0204, funded by [Anonymous] and Yanga.
2022-07-06 18:31:45 +00:00
#
include
"th01/main/stage/card.cpp"