diff options
author | rtk0c <[email protected]> | 2021-08-15 17:14:06 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-08-15 17:14:06 -0700 |
commit | c51a61c0f0de65a3e64f589816a56f21ed4e8528 (patch) | |
tree | ba1737b64d5307f9dedc934d9398297d3fb8ee82 /core/src/Utils/IO/fwd.hpp | |
parent | 64a6dbcfdb89a5f57d93d47a2be0c741dda4662d (diff) |
Initial work on data streams
Diffstat (limited to 'core/src/Utils/IO/fwd.hpp')
-rw-r--r-- | core/src/Utils/IO/fwd.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/Utils/IO/fwd.hpp b/core/src/Utils/IO/fwd.hpp new file mode 100644 index 0000000..48d8cfb --- /dev/null +++ b/core/src/Utils/IO/fwd.hpp @@ -0,0 +1,8 @@ +#pragma onceDeserializationAdapter + +// Adapter.hpp +class SerializationAdapter; +class DeserializationAdapter; + +// DataStream.hpp +class DataStream; |