1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/client/SDLRWwrapper.h

21 lines
391 B
C
Raw Normal View History

2016-01-31 12:13:56 +02:00
/*
* SDLRWwrapper.h, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
2016-01-31 12:13:56 +02:00
VCMI_LIB_NAMESPACE_BEGIN
2016-01-30 23:34:46 +02:00
class CInputStream;
VCMI_LIB_NAMESPACE_END
struct SDL_RWops;
2016-01-30 23:34:46 +02:00
SDL_RWops* MakeSDLRWops(std::unique_ptr<CInputStream> in);