esp32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user