0b3e8fc0e6ae549023148f2fe31bfa4eaef68e2e
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / common.h
1 /*
2  * Acess GUI (AxWin) Version 2
3  * By John Hodge (thePowersGang)
4  */
5 #ifndef _COMMON_H_
6 #define _COMMON_H_
7
8 #include <stdlib.h>
9 #include <stdio.h>
10 #include <stdint.h>
11
12 extern char     *gsTerminalDevice;
13 extern char     *gsMouseDevice;
14
15 extern int      giScreenWidth;
16 extern int      giScreenHeight;
17 extern uint32_t *gpScreenBuffer;
18
19 extern int      giTerminalFD;
20 extern int      giMouseFD;
21
22 // === Functions ===
23 extern void     memset32(void *ptr, uint32_t val, size_t count);
24
25 #endif

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