Files @ r13050:69cb7cb85163
Branch filter:

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

rubidium
(svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END