aboutsummaryrefslogtreecommitdiff
path: root/include/lib/lib.h
blob: b8db68690732ca89e07b7417081f58b18473ddcd (plain)
1
2
3
4
5
6
7
8
9
#include <stdint.h>

#ifndef INC_LIB_LIB_H
#define INC_LIB_LIB_H

extern const uint32_t SCREEN_WIDTH;
extern const uint32_t SCREEN_HEIGHT;

#endif