This commit is contained in:
2020-11-06 17:54:07 +03:00
parent 488663c5a4
commit 1dd16cf29a

View File

@@ -25,6 +25,7 @@
#include "pip_console_export.h"
#include "pivariant.h"
#include "pivariantsimple.h"
class PIScreenTile;
@@ -145,5 +146,6 @@ inline PIByteArray & operator >>(PIByteArray & s, PIScreenTypes::Cell & v) {s >>
inline PIByteArray & operator <<(PIByteArray & s, const PIScreenTypes::TileEvent & v) {s << v.type << v.data; return s;}
inline PIByteArray & operator >>(PIByteArray & s, PIScreenTypes::TileEvent & v) {s >> v.type >> v.data; return s;}
REGISTER_PIVARIANTSIMPLE(PIScreenTypes::TileEvent)
#endif // PISCREENTYPES_H