mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Added non-public constants.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2753 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c99fd300a5
commit
45c953d819
1 changed files with 20 additions and 0 deletions
|
@ -37,6 +37,26 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#include "gl_vidtinyglstubs.c"
|
||||
|
||||
#ifndef SA_GammaControl
|
||||
#define SA_GammaControl (SA_Dummy + 123)
|
||||
#endif
|
||||
|
||||
#ifndef SA_3DSupport
|
||||
#define SA_3DSupport (SA_Dummy + 127)
|
||||
#endif
|
||||
|
||||
#ifndef SA_GammaRed
|
||||
#define SA_GammaRed (SA_Dummy + 124)
|
||||
#endif
|
||||
|
||||
#ifndef SA_GammaBlue
|
||||
#define SA_GammaBlue (SA_Dummy + 125)
|
||||
#endif
|
||||
|
||||
#ifndef SA_GammaGreen
|
||||
#define SA_GammaGreen (SA_Dummy + 126)
|
||||
#endif
|
||||
|
||||
#define WARP_WIDTH 320
|
||||
#define WARP_HEIGHT 200
|
||||
|
||||
|
|
Loading…
Reference in a new issue