initial commit
[dos_low3d] / src / polyfill.asm
1         bits 32
2         section .text
3
4         global polyfill_
5 polyfill_:
6         ret
7
8 ; vi:ft=nasm ts=8 sts=8 sw=8: