aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 3f304d5606020072b2785c879055afaba66396f5 (plain)
1
2
3
4
5
6
7
8
#ifndef CONFIG_H_
#define CONFIG_H_

#include <stdint.h>

const uint32_t min_width = 600;

#endif