Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / universesim / src / include / video.h
1 /*
2  */
3 #ifndef _VIDEO_H_
4 #define _VIDEO_H_
5
6 #include <stdint.h>
7
8 extern void     Video_SetResolution(int Width, int Height);
9 extern void     Video_PSet(int X, int Y, uint8_t R, uint8_t G, uint8_t B);
10 extern void     Video_Flip(void);
11 extern void *Thread_Create(void *Function, void *Argument);
12 extern void Thread_Yield(void);
13
14 #endif

UCC git Repository :: git.ucc.asn.au