added video files (shamlessly stolen from EmuTOS)

This commit is contained in:
Markus Fröschle
2013-12-24 09:37:29 +00:00
parent 0bd66b86ba
commit 7addadeb70
11 changed files with 2857 additions and 1 deletions

9
include/video.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef _VIDEO_H_
#define _VIDEO_H_
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "bas_printf.h"
#endif /* _VIDEO_H_ */