update sp (illegal)

This commit is contained in:
2025-07-29 15:17:56 +02:00
parent 4c2ac7e3f0
commit 56a43d7a60
4 changed files with 0 additions and 19 deletions

View File

@@ -83,16 +83,4 @@ sp::DataBuffer& operator<<(sp::DataBuffer& a_Buffer, const FpFloat& a_Float);
sp::DataBuffer& operator>>(sp::DataBuffer& a_Buffer, EntityCoords& a_Coords);
sp::DataBuffer& operator>>(sp::DataBuffer& a_Buffer, FpFloat& a_Float);
inline TowerType& operator>>=(TowerType& a_Type, std::size_t a_Offset) {
return a_Type;
}
inline TowerType operator&(const TowerType& a_Type, std::size_t a_Offset) {
return a_Type;
}
inline TowerType& operator&=(TowerType& a_Type, std::size_t a_Offset) {
return a_Type;
}
} // namespace td