mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
11
libs/coding/reader_writer_ops.hpp
Normal file
11
libs/coding/reader_writer_ops.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "coding/reader.hpp"
|
||||
#include "coding/writer.hpp"
|
||||
|
||||
namespace rw_ops
|
||||
{
|
||||
/// Do reverse bytes.
|
||||
/// Note! src and dest should be for different entities.
|
||||
void Reverse(Reader const & src, Writer & dest);
|
||||
}
|
||||
Reference in New Issue
Block a user