mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
10 lines
143 B
C++
10 lines
143 B
C++
#pragma once
|
|
|
|
#include "CInputStream.h"
|
|
#include "COutputStream.h"
|
|
|
|
class CInputOutputStream: public CInputStream, public COutputStream
|
|
{
|
|
|
|
};
|