1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

copyright stuff

This commit is contained in:
Zyx-2000 2016-01-31 11:13:56 +01:00
parent 33d0738859
commit b0bb7f1f25
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,13 @@
/*
* SDLRWwrapper.cpp, 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
*
*/
#include "StdInc.h"
#include "SDLRWwrapper.h"
#include "../lib/filesystem/CInputStream.h"

View File

@ -1,5 +1,15 @@
#pragma once
/*
* 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
*
*/
struct SDL_RWops;
class CInputStream;