Many changes, bugfixes to user vsnprintf and to escape code handling
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / common.h
index 7ec792a..06ea61c 100644 (file)
@@ -24,7 +24,8 @@ 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);
-
+extern void    Video_FillRect(short X, short Y, short W, short H, uint32_t Color);
+extern void    Video_DrawRect(short X, short Y, short W, short H, uint32_t Color);
+extern void    Video_DrawText(short X, short Y, short W, short H, void *Font, int Point, uint32_t Color, char *Text);
 #endif

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