This commit is contained in:
2026-01-28 09:04:46 +01:00
parent e85e3a4a8c
commit f0376ea7f6
4 changed files with 41 additions and 13 deletions
+6
View File
@@ -1,3 +1,6 @@
#ifndef STRUCTS_H
#define STRUCTS_H
#include "config.h"
struct Cursor
@@ -32,3 +35,6 @@ struct Text
Text() : color(0), pos_x(0), pos_y(0), character_count(0), characterSize({7,5}), deleted(true) {}
};
#endif // STRUCTS_H