aboutsummaryrefslogtreecommitdiff
path: root/include/lib/lib.h
blob: 8ca17f8b749c1d404315cc14bc29d4d3284d6658 (plain)
1
2
3
4
5
6
7
8
9
#ifndef INC_LIB_LIB_H
#define INC_LIB_LIB_H

#include <stdint.h>

extern const uint32_t SCREEN_WIDTH;
extern const uint32_t SCREEN_HEIGHT;

#endif