Fix terminal export import
This commit is contained in:
+3
-3
@@ -112,9 +112,9 @@ public:
|
||||
static const int GRID_W = 12;
|
||||
static const int GRID_H = 12;
|
||||
|
||||
static const size_t SERIALIZED_GRID_SIZE = GRID_W * GRID_H * 3;
|
||||
void exportGrid(uint8_t* buffer);
|
||||
void importGrid(const uint8_t* buffer);
|
||||
static const size_t MAX_SERIALIZED_GRID_SIZE = 1024;
|
||||
size_t exportGrid(uint8_t* buffer);
|
||||
int importGrid(const uint8_t* buffer, size_t size);
|
||||
void loadPreset(int preset);
|
||||
void rebuildProcessingOrder();
|
||||
void clearGrid();
|
||||
|
||||
Reference in New Issue
Block a user