1 #pragma once
2 // Description:
3 //   SDL_RWops wrapper for compressed stream.
4 //
5 // Copyright (C) 2001 Frank Becker
6 //
7 // This program is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU General Public License as published by the Free Software
9 // Foundation;  either version 2 of the License,  or (at your option) any  later
10 // version.
11 //
12 // This program is distributed in the hope that it will be useful,  but  WITHOUT
13 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 // FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
15 //
16 #include "zStream.hpp"
17 #include <SDL/SDL_rwops.h>
18 
19 extern SDL_RWops *RWops_from_ziStream( ziStream &zi);
20