display works sortof
[rpikern] / src / video.h
1 #ifndef VIDEO_H_
2 #define VIDEO_H_
3
4 int video_init(void);
5
6 int video_scroll(int x, int y);
7
8 void video_update(int dt);
9
10 #endif  /* VIDEO_H_ */