From 96879d84140634a23050157c8899dbc1616c7b54 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 31 Oct 2008 20:28:57 +0000 Subject: Move gamma correction table to tables.c. Subversion-branch: /branches/raven-branch Subversion-revision: 1373 --- src/tables.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/tables.h') diff --git a/src/tables.h b/src/tables.h index 544631d5..3652a79c 100644 --- a/src/tables.h +++ b/src/tables.h @@ -41,7 +41,7 @@ #ifndef __TABLES__ #define __TABLES__ - +#include "doomtype.h" #include "m_fixed.h" @@ -62,6 +62,9 @@ extern const fixed_t *finecosine; // Effective size is 4096. extern const fixed_t finetangent[FINEANGLES/2]; +// Gamma correction tables. +extern const byte gammatable[5][256]; + // Binary Angle Measument, BAM. #define ANG45 0x20000000 -- cgit v1.2.3