This commit is contained in:
2026-02-11 14:40:28 +01:00
parent c958040254
commit a96f0b5aa5
3 changed files with 78 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ short getMultiColorTextNodeX2(MultiColorTextNode *node);
void modifyTextNodeByGlobalId(unsigned char global_id, uint32_t new_color, char new_text[TEXT_MAX_LENGTH + 1], unsigned char new_slowness);
void modifyMultiColorTextNodeByGlobalId(unsigned char global_id, char new_text[TEXT_MAX_LENGTH + 1], RGBWithIndex new_colors[4], unsigned char new_color_count);
bool isNodeExistingByGlobal(unsigned char global_id);
void handleProgram1();
#endif // PROTOTYPES_H