initial commit
[dosplash] / src / video.h
1 #ifndef VIDEO_H_
2 #define VIDEO_H_
3
4 void set_video_mode(int mode);
5
6 #endif  /* VIDEO_H_ */