diff options
author | Eugene Sandulenko | 2004-05-02 00:00:39 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-05-02 00:00:39 +0000 |
commit | 90a876798ae05b865c25a8ee98f20d1695315984 (patch) | |
tree | c5d887ad0bf229caa16503624ec9d91372bd1b7b /saga/sysgfx.h | |
parent | 0765b272aef169411df8fc1a17d4a5f28f76bf8a (diff) | |
download | scummvm-rg350-90a876798ae05b865c25a8ee98f20d1695315984.tar.gz scummvm-rg350-90a876798ae05b865c25a8ee98f20d1695315984.tar.bz2 scummvm-rg350-90a876798ae05b865c25a8ee98f20d1695315984.zip |
Merged sysgfx.cpp and gfx.cpp to gfx.cpp
svn-id: r13726
Diffstat (limited to 'saga/sysgfx.h')
-rw-r--r-- | saga/sysgfx.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/saga/sysgfx.h b/saga/sysgfx.h deleted file mode 100644 index f530b8d1a0..0000000000 --- a/saga/sysgfx.h +++ /dev/null @@ -1,45 +0,0 @@ -/* ScummVM - Scumm Interpreter - * Copyright (C) 2004 The ScummVM project - * - * The ReInherit Engine is (C)2000-2003 by Daniel Balsom. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Header$ - * - */ -#ifndef SYSGFX_H_ -#define SYSGFX_H_ - -namespace Saga { - -#define R_COLORSEARCH_SQUARE 0 - -#define R_RED_WEIGHT 0.299 -#define R_GREEN_WEIGHT 0.587 -#define R_BLUE_WEIGHT 0.114 - -struct R_SYSGFX_MODULE { - int init; - - R_SURFACE r_back_buf; - - int white_index; - int black_index; -}; - -} // End of namespace Saga - -#endif |