diff options
author | riton <riton@riton.home> | 2025-03-29 21:37:46 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-03-29 21:37:46 +0300 |
commit | 1b6ecc22e77b7aa1fee16420b041c1dea1925052 (patch) | |
tree | 6816b0d3ebcfa30492371233fcce253ef5275f31 /def.h |
Diffstat (limited to 'def.h')
-rw-r--r-- | def.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#ifndef TANIM_H +#define TANIM_H + +#define WINDOW_HEIGHT 600 +#define WINDOW_WIDTH 800 +#define FPS 60 + + +#endif |