mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-27 14:50:05 +00:00
include 0104 if PROTO_VERSION is undefined
This commit is contained in:
@@ -33,7 +33,7 @@ uint64_t getTime();
|
|||||||
|
|
||||||
// The PROTOCOL_VERSION definition is defined by the build system.
|
// The PROTOCOL_VERSION definition is defined by the build system.
|
||||||
#if !defined(PROTOCOL_VERSION)
|
#if !defined(PROTOCOL_VERSION)
|
||||||
#error "PROTOCOL_VERSION not defined"
|
#include "structs/0104.hpp"
|
||||||
#elif PROTOCOL_VERSION == 728
|
#elif PROTOCOL_VERSION == 728
|
||||||
#include "structs/0728.hpp"
|
#include "structs/0728.hpp"
|
||||||
#elif PROTOCOL_VERSION == 104
|
#elif PROTOCOL_VERSION == 104
|
||||||
|
|||||||
Reference in New Issue
Block a user