tgrekov-fdf
HIVE fdf May 2024
Loading...
Searching...
No Matches
fdf.h
Go to the documentation of this file.
1/* ************************************************************************** */
2/* */
3/* ::: :::::::: */
4/* fdf.h :+: :+: :+: */
5/* +:+ +:+ +:+ */
6/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
7/* +#+#+#+#+#+ +#+ */
8/* Created: 2024/06/01 04:16:10 by tgrekov #+# #+# */
9/* Updated: 2024/06/24 06:01:02 by tgrekov ### ########.fr */
10/* */
11/* ************************************************************************** */
12
20#ifndef FDF_H
21# define FDF_H
22
23# ifndef FDF_ROWS_PER_ITERATION
24# define FDF_ROWS_PER_ITERATION 20
25# endif
26
27# ifndef FDF_WINDOW_TITLE
28# define FDF_WINDOW_TITLE "fdf"
29# endif
30
31# ifndef FDF_TARGET_VIEWPORT_PERCENT
32# define FDF_TARGET_VIEWPORT_PERCENT 0.95
33# endif
34
35#endif