-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h
20 lines (17 loc) · 1021 Bytes
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* config.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: smatsuo <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/11 02:33:55 by smatsuo #+# #+# */
/* Updated: 2024/01/11 02:34:02 by smatsuo ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef CONFIG_H
# define CONFIG_H
# define WINDOW_WIDTH 1024
# define WINDOW_HEIGHT 768
# define WINDOW_TITLE "miniRT"
#endif