mirror of https://github.com/nmlgc/ReC98.git
![]() Otherwise, TASM would simply convert all EXTRN declarations in those
files to uppercase. Then, the linker would expect them in uppercase,
forcing both the case-sensitive big 32-bit .ASM files *and* the entire
C land to declare them as uppercase as well.
For functions with __pascal convention which are always uppercased
anyway, this makes no difference. It does matter for regular __cdecl
variables, though, and the C declaration of [score_delta] in
|
||
---|---|---|
.. | ||
invalidate.asm | ||
move.asm | ||
option[bss].asm | ||
player.h | ||
player.inc | ||
pos[bss].asm | ||
pos_update_and_clamp.asm | ||
render.asm | ||
shot.hpp | ||
shot_levels[data].asm | ||
shot_velocity.asm | ||
shot_velocity[data].asm | ||
shots[bss].asm | ||
shots_add.asm | ||
shots_add[bss].asm | ||
shots_alive[bss].asm |