summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taitoair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taitoair.h')
-rw-r--r--src/mame/includes/taitoair.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/taitoair.h b/src/mame/includes/taitoair.h
index 356801eede6..d9b56f4a1e4 100644
--- a/src/mame/includes/taitoair.h
+++ b/src/mame/includes/taitoair.h
@@ -75,7 +75,7 @@ public:
INT16 m_eyecoordBuffer[4]; /* homogeneous */
bool m_gradbank;
-
+
DECLARE_READ16_MEMBER(dsp_m_r);
DECLARE_WRITE16_MEMBER(dsp_m_w);
@@ -130,7 +130,7 @@ public:
void fb_copy_op(void);
void fb_fill_op(void);
void fb_erase_op(void);
-
+
void fill_slope( bitmap_ind16 &bitmap, const rectangle &cliprect, UINT16 header, INT32 x1, INT32 x2, INT32 sl1, INT32 sl2, INT32 y1, INT32 y2, INT32 *nx1, INT32 *nx2 );
void fill_poly( bitmap_ind16 &bitmap, const rectangle &cliprect, const struct taitoair_poly *q );
int projectEyeCoordToScreen(float* projectionMatrix,const int Res,INT16* eyePoint3d,int type);