diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-06-25 23:13:50 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-06-25 23:17:35 +0200 |
| commit | de01e4f26fc400b4194319ccf985cc5714bee1fe (patch) | |
| tree | a78dcf269af789ff4b9165bd6b74649ab348cae1 /include/libnbt.h | |
| parent | 748c9ed7f0a05b21df831ac09171b44902460ba8 (diff) | |
| download | Project-Tick-de01e4f26fc400b4194319ccf985cc5714bee1fe.tar.gz Project-Tick-de01e4f26fc400b4194319ccf985cc5714bee1fe.zip | |
Create preliminary tag_compound
Diffstat (limited to 'include/libnbt.h')
| -rw-r--r-- | include/libnbt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnbt.h b/include/libnbt.h index 4105be7560..9d873254f6 100644 --- a/include/libnbt.h +++ b/include/libnbt.h @@ -22,5 +22,6 @@ #include "tag_primitive.h" #include "tag_string.h" +#include "tag_compound.h" #endif // LIBNBT_H_INCLUDED |
