RandomWOW/src/squareHash.asm

9 lines
90 B
NASM

PUBLIC squareHash
.code
squareHash PROC
include asm/squareHash.inc
squareHash ENDP
END