@@ -1,8 +1,3 @@
struct Cursor {
unsigned short x;
unsigned short y;
#include "structs.h"
Cursor() : x(0), y(0) {}
};
Cursor cursor1;
The note is not visible to the blocked user.