summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/chihiro.h
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2016-10-04 00:36:24 +0200
committer yz70s <yz70s@users.noreply.github.com>2016-10-04 00:46:10 +0200
commitee5afda78e39984e2640179b5028785000eeab43 (patch)
tree5e05f027a9a5b724c38956889a49a2b1da1ee1f4 /src/mame/includes/chihiro.h
parent3e39547742936fe32f15b37f3d2d6d2a75069a84 (diff)
chihiro.cpp: clarifications and renaming for 3d matrices (nw)
Diffstat (limited to 'src/mame/includes/chihiro.h')
-rw-r--r--src/mame/includes/chihiro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/chihiro.h b/src/mame/includes/chihiro.h
index 49801466e9f..1988d6e4c23 100644
--- a/src/mame/includes/chihiro.h
+++ b/src/mame/includes/chihiro.h
@@ -706,6 +706,7 @@ public:
struct {
float modelview[4][4];
float modelview_inverse[4][4];
+ float composite[4][4];
float projection[4][4];
float translate[4];
float scale[4];