ntr_bootrom/trunk/IrisMainp/include/Iris2D_Mw.s

29 lines
822 B
ArmAsm
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;=====================================================================
; Iris2D_Mw.s
; 2Dアフィン変換ライブラリARMASM用
;
; Copyright (C) 2003 NINTENDO Co.,Ltd.
;=====================================================================
#ifndef _IRIS_2D_H
#define _IRIS_2D_H
.INCLUDE IrisTarget.h
;-----------------------------------------------------------------------
; BGアフィン変換パラメータ セット
;-----------------------------------------------------------------------
.EXTERN BG_SetAffine
;-----------------------------------------------------------------------
; OBJアフィン変換 セット
;-----------------------------------------------------------------------
.EXTERN OBJ_SetAffine
#endif // _IRIS_2D_H