update sp (illegal)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user