All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cpp.ProtocolTemplate.h Maven / Gradle / Ivy

Go to download

zfoo protocol is binary serialization framework for Java/C++/js/ts/C#/Go/Lua/GDScript/Python

The newest version!
#ifndef ZFOO_${protocol_name}
#define ZFOO_${protocol_name}

#include "${protocol_root_path}/ByteBuffer.h"
${protocol_imports}
namespace zfoo {
    ${protocol_class}

    ${protocol_registration}
}

#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy