summaryrefslogtreecommitdiff
path: root/config.h
blob: 8d7f42d947a4cecdc1c0bdfb47c3f581c7ee0bb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef config_h
#define config_h

#define memory_size (1024 * 1024 * 128)
#define app_memory_size (1024 * 1024 * 32)

#define max_vp_w 2000
#define max_vp_h 2000

#define max_pc_window_w 5000
#define max_pc_window_h 3000

#endif