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
SysMon: remove dead code
[AROS.git]
/
workbench
/
prefs
/
appearance
/
misc.h
blob
d05928fdda3d3457b162d8a5a8b36e8db88a9aa6
1
#ifndef _MISC_H
2
#define _MISC_H
3
4
/*
5
Copyright © 2013, The AROS Development Team. All rights reserved.
6
*/
7
8
#include <exec/types.h>
9
10
/*** Prototypes *************************************************************/
11
VOID
ShowMessage
(
CONST_STRPTR msg
);
12
13
#endif
/* _MISC_H */