Add copyright message to gles_video
[gpsp.git] / raspberrypi / gles_video.h
CommitLineData
862e940b
D
1/*
2
3This file is based on Portable ZX-Spectrum emulator.
4Copyright (C) 2001-2012 SMT, Dexus, Alone Coder, deathsoft, djdron, scor
5
6C++ to C code conversion by Pate
7
8Modified by DPR for gpsp for Raspberry Pi
9
10This program is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
14
15This program is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with this program. If not, see <http://www.gnu.org/licenses/>.
22
23*/
ffa573f8
D
24
25void video_init(uint32_t width,uint32_t height,uint32_t filter);
26void video_close();
27void video_draw(uint16_t *pixels);