diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-09-20 20:13:59 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-09-20 20:13:59 +0200 |
| commit | 07a9300246630705d5f4e6978cdc5cf8a8b4afd7 (patch) | |
| tree | c7c7780c31ae7670b431f1dd916cb6d3e8cef27e | |
| parent | fb7e662774e3f2be268605457a36e1d78e2d1ec7 (diff) | |
| download | Project-Tick-07a9300246630705d5f4e6978cdc5cf8a8b4afd7.tar.gz Project-Tick-07a9300246630705d5f4e6978cdc5cf8a8b4afd7.zip | |
Fix derp...
| -rw-r--r-- | include/io/stream_writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/io/stream_writer.h b/include/io/stream_writer.h index b9c478b933..cd3317849b 100644 --- a/include/io/stream_writer.h +++ b/include/io/stream_writer.h @@ -44,6 +44,7 @@ class output_error : public std::runtime_error * @param e the byte order of the written data. The Java edition * of Minecraft uses Big Endian, the Pocket edition uses Little Endian */ +void write_tag(const std::string& key, const tag& t, std::ostream& os, endian::endian e = endian::big); /** * @brief Helper class for writing NBT tags to output streams |
