[ox/mc] Add writer fieldString function

This commit is contained in:
2022-02-03 00:38:18 -06:00
parent 57164c1811
commit 395e262e3e
3 changed files with 8 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ class OrganicClawWriter {
Error field(const char*, SerStr val) noexcept;
Error fieldCString(const char *name, char **val, int len) noexcept;
template<typename T>
Error field(const char*, T *val) noexcept;