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
|
||
---|---|---|
.. | ||
angle.asm | ||
hitshot_from.asm | ||
hitshot_from[bss].asm | ||
hitshots[bss].asm | ||
player.h | ||
shot.hpp | ||
shot_types.inc | ||
shots_add.asm | ||
speed[bss].asm |