repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nouveau.hidd: disable warnings about not initialized variables
[AROS.git]
/
workbench
/
system
/
Snoopy
/
gui.h
blob
eb1832474b8ea200a93b34e1682d19b02059d04c
1
/*
2
Copyright © 2006, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef GUI_H
7
#define GUI_H
8
9
void
gui_init
(
void
);
10
void
gui_handleevents
(
void
);
11
void
gui_cleanup
(
void
);
12
void
gui_set
(
void
);
13
void
gui_get
(
void
);
14
15
#endif
16