mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
include 0104 if PROTO_VERSION is undefined
This commit is contained in:
parent
cd19c54824
commit
3fe1a02200
@ -33,7 +33,7 @@ uint64_t getTime();
|
||||
|
||||
// The PROTOCOL_VERSION definition is defined by the build system.
|
||||
#if !defined(PROTOCOL_VERSION)
|
||||
#error "PROTOCOL_VERSION not defined"
|
||||
#include "structs/0104.hpp"
|
||||
#elif PROTOCOL_VERSION == 728
|
||||
#include "structs/0728.hpp"
|
||||
#elif PROTOCOL_VERSION == 104
|
||||
|
Loading…
Reference in New Issue
Block a user