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

cpp.ProtocolsTemplate.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_Protocols
#define ZFOO_Protocols

#include "${protocol_root_path}/ByteBuffer.h"

namespace zfoo {
    ${protocol_class}

    ${protocol_registration}
}

#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy