36e0124ee7292c4b05482cd4e6571f2c5e0a2bca
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / interface.c
1 /*
2  * Acess GUI (AxWin) Version 2
3  * By John Hodge (thePowersGang)
4  */
5 #include "common.h"
6
7 // === CODE ===
8 void Interface_Render(void)
9 {
10         Video_FillRect(
11                 0, 0,
12                 giScreenWidth/16, giScreenHeight,
13                 0xDDDDDD);
14         
15         Video_Update();
16 }

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