mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-09 07:34:27 +00:00
Prefswindow class (e.g. export with icon) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34357 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
13 lines
261 B
C
13 lines
261 B
C
#ifndef _MISC_H
|
|
#define _MISC_H
|
|
|
|
/*
|
|
Copyright © 1995-2010, The AROS Development Team. All rights reserved.
|
|
$Id$
|
|
*/
|
|
|
|
/*** Prototypes *************************************************************/
|
|
VOID ShowMessage(CONST_STRPTR msg);
|
|
|
|
#endif /* _MISC_H */
|