Big rewrite of AxWin to get it to compile and run
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / common.h
index 13379fa..7ec792a 100644 (file)
@@ -24,5 +24,7 @@ extern int    giMouseFD;
 
 // === Functions ===
 extern void    memset32(void *ptr, uint32_t val, size_t count);
+extern void    Video_FillRect(short X, short Y, short W, short H, uint32_t Color);
+extern void    Video_Update(void);
 
 #endif

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