mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
added 0728 structs + small CNStruct.hpp refactor
This commit is contained in:
parent
af6158fbb2
commit
7cf239e3af
@ -1,7 +1,5 @@
|
||||
/*
|
||||
CNStructs.hpp - defines some basic structs & useful methods for packets used by FusionFall
|
||||
|
||||
NOTE: this is missing the vast majority of packets, I have also ommitted the ERR & FAIL packets for simplicity
|
||||
CNStructs.hpp - defines some basic structs & useful methods for packets used by FusionFall based on the version defined
|
||||
*/
|
||||
|
||||
#ifndef _CNS_HPP
|
||||
@ -33,15 +31,11 @@ uint64_t getTime();
|
||||
//#define CNPROTO_VERSION_0728
|
||||
#define CNPROTO_VERSION_0104
|
||||
|
||||
#ifdef CNPROTO_VERSION_0728
|
||||
#define AEQUIP_COUNT 12
|
||||
#else
|
||||
#define AEQUIP_COUNT 9
|
||||
#endif
|
||||
|
||||
// ========================================================[[ beta-20100104 ]]========================================================
|
||||
#ifdef CNPROTO_VERSION_0104
|
||||
#if defined(CNPROTO_VERSION_0104)
|
||||
#include "structs/0104.hpp"
|
||||
#elif defined(CNPROTO_VERSION_0728)
|
||||
#include "structs/0728.hpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* genstructs.py */
|
||||
|
||||
#define AEQUIP_COUNT 9
|
||||
|
||||
#pragma pack(push)
|
||||
|
||||
#pragma pack(4)
|
||||
|
4884
src/structs/0728.hpp
Normal file
4884
src/structs/0728.hpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user