@@ -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
The note is not visible to the blocked user.