Usermode/AxWin3 - Working on window rendering, root window renders now :)
[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
14 #endif
15

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