diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-13 13:08:45 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-13 13:08:45 +0300 |
| commit | 0ed3bb4569ded185237c6d530285382e6c2b6200 (patch) | |
| tree | 408ef14a8b7708e4fd5755f4a40b7ce1f4e2440f /src/constants.h | |
Initial Comit
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 0000000..5d76d42 --- /dev/null +++ b/src/constants.h @@ -0,0 +1,7 @@ +#ifndef CONSTANTS_H_ +#define CONSTANTS_H_ + +#define WINDOW_WIDTH 800 +#define WINDOW_HEIGHT 600 + +#endif |
