aboutsummaryrefslogtreecommitdiff
path: root/core/src/Utils/IO/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-08-22 13:46:36 -0700
committerrtk0c <[email protected]>2021-08-22 13:46:36 -0700
commit44d166181eae8727dddbdaf8462098802af6e8c1 (patch)
treeee330909e586597b8aa129bdec7219ade95c1a6d /core/src/Utils/IO/fwd.hpp
parentf7abb9021e071abee27b0fba2c1ffe989be2003e (diff)
Split DataStream into InputDataStream and OutputDataStream
Diffstat (limited to 'core/src/Utils/IO/fwd.hpp')
-rw-r--r--core/src/Utils/IO/fwd.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/Utils/IO/fwd.hpp b/core/src/Utils/IO/fwd.hpp
index f249e34..5bfdb20 100644
--- a/core/src/Utils/IO/fwd.hpp
+++ b/core/src/Utils/IO/fwd.hpp
@@ -3,7 +3,7 @@
// Archive.hpp
class DataArchive;
-// DataStream.hpp
-class SerializationStreamProxy;
-class DeserializationStreamProxy;
-class DataStream;
+// BaseDataStream.hpp
+class BaseDataStream;
+class InputDataStream;
+class OutputDataStream;