Usermode - Working on AxWin3 SubWin widget (also API change for SysSpawn)
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / video.h
1 /*
2  * Acess2 Window Manager v3 (axwin3)
3  * - By John Hodge (thePowersGang)
4  *
5  * include/video.h
6  * - Video code header
7  */
8 #ifndef _VIDEO_H_
9 #define _VIDEO_H_
10
11 extern void     Video_Update(void);
12 extern void     Video_Blit(uint32_t *Source, short DstX, short DstY, short W, short H);
13 extern void     Video_FillRect(int X, int Y, int W, int H, uint32_t Colour);
14
15 #endif
16

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