summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2011-11-21 18:23:01 +0000
committer Aaron Giles <aaron@aarongiles.com>2011-11-21 18:23:01 +0000
commitb4a1e047036f83546b84dfc2c59339d96265ecf1 (patch)
treeab4eea6cff4c61d512b7637827fe0f26da5ba4dd /.gitattributes
parentd6ce6ab824e1c6de5a2435857862bd8a1b7ef2f3 (diff)
Introduce polynew.h which is a modernized C++ version of the old poly.c.
Cleaned up a lot of stuff and made some changes in preparation for the future. Converted gaelco3d and midvunit over to the new system.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a2edff5528b..0c92d59021a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1332,6 +1332,7 @@ src/emu/video/pc_vga.c svneol=native#text/plain
src/emu/video/pc_vga.h svneol=native#text/plain
src/emu/video/poly.c svneol=native#text/plain
src/emu/video/poly.h svneol=native#text/plain
+src/emu/video/polynew.h svneol=native#text/plain
src/emu/video/psx.c svneol=native#text/plain
src/emu/video/psx.h svneol=native#text/plain
src/emu/video/resnet.c svneol=native#text/plain