aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 91363a9f5efb451dad3799e5e6c3ab8da17a4c4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef config_h
#define config_h

#define game_name "malloc(bullet);"

#define default_window_w 320
#define default_window_h 240

#define renderer_w 320
#define renderer_h 240
#define renderer_scale 4

#define no_sound 1

/* 16 KB should be enough. */
#define asset_memory (1024 * 1024 * 16)

#endif