wip video device
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#include "types.h"
|
||||
|
||||
#ifndef VIDEO_H
|
||||
#define VIDEO_H
|
||||
|
||||
VideoDevice video_init(char *name, unsigned int preferred_width,
|
||||
unsigned int preferred_height);
|
||||
|
||||
void video_read(VideoDevice device);
|
||||
|
||||
void video_free(VideoDevice device);
|
||||
|
||||
#endif /* VIDEO_H */
|
||||
Reference in New Issue
Block a user