added video files (shamlessly stolen from EmuTOS)
This commit is contained in:
9
include/video.h
Normal file
9
include/video.h
Normal 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_ */
|
||||
Reference in New Issue
Block a user