refactoring

This commit is contained in:
2026-01-27 17:50:50 +01:00
parent 3936402e42
commit cbfe305e9d
5 changed files with 20 additions and 37 deletions
+2 -7
View File
@@ -1,8 +1,3 @@
struct Cursor {
unsigned short x;
unsigned short y;
#include "structs.h"
Cursor() : x(0), y(0) {}
};
Cursor cursor1;
Cursor cursor1;