Files @ r6669:831ea297162a
Branch filter:

Location: cpp/openttd-patchpack/source/src/win64.asm

maedhros
(svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END