diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-11-21 14:40:37 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-11-21 14:40:37 +0300 |
| commit | d1f644fd6c2c318591c44f118a6204f703b494e8 (patch) | |
| tree | e935826969c7b1c98662f967a0b8af4281093429 /src/defines.h | |
| parent | 4588e4b1be41b7364a5faee5489e7e1c0fcb42d6 (diff) | |
Add labels
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h index 3d4bc31..98ba6d6 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,5 +13,8 @@ static const int FONT_ID = 0; #define DEFAULT_DIMENSIONS_HEIGHT 720 #define DEFAULT_DIMENSIONS_WIDTH 1280 +#define DEFAULT_FONT_SIZE 12 + +#define USE_LABELS #endif // DEFINES_H_ |
