Files
FireBee_SVN/include/video.h
Markus Fröschle dd60e17b18 more cleanup
2014-01-02 10:35:56 +00:00

12 lines
177 B
C

#ifndef _VIDEO_H_
#define _VIDEO_H_
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "bas_printf.h"
extern void video_init(void);
#endif /* _VIDEO_H_ */