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
corrections
[AROS.git]
/
workbench
/
prefs
/
palette
/
misc.h
blob
5fb4cd35871269c90b1ea123c281d81827069723
1
#ifndef _MISC_H
2
#define _MISC_H
3
4
/*
5
Copyright © 2010, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
/*** Prototypes *************************************************************/
10
VOID
ShowMessage
(
CONST_STRPTR msg
);
11
12
#endif
/* _MISC_H */