display works sortof
[rpikern] / src / video.h
index 5c524b4..10c9f6c 100644 (file)
@@ -3,4 +3,8 @@
 
 int video_init(void);
 
+int video_scroll(int x, int y);
+
+void video_update(int dt);
+
 #endif /* VIDEO_H_ */