diff options
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r-- | src/GPU3D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h index d510d30..e1d19fc 100644 --- a/src/GPU3D.h +++ b/src/GPU3D.h @@ -54,6 +54,8 @@ typedef struct u32 TexParam; u32 TexPalette; + bool Degenerate; + bool FacingView; bool Translucent; |