This commit is contained in:
2024-08-02 16:37:41 +03:00
parent 26d1919258
commit cf809176b6
9 changed files with 266 additions and 138 deletions

View File

@@ -1,5 +1,5 @@
#ifndef GLOBALS_H
#define GLOBALS_H
#ifndef GLOBALS_H_
#define GLOBALS_H_
#define BUF_SIZE 256
@@ -13,4 +13,4 @@
#define PL_BRD_YS 1
#define PL_BRD_YE BRD_SIZE_Y - 2
#endif // GLOBALS_H
#endif // GLOBALS_H_