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
use dmb/dsb from asm/cpu.h file.
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
aboutmui_private.h
blob
43b18f8f055de86d3b778d0801b4ca862d1f3356
1
#ifndef _ABOUTMUI_PRIVATE_H_
2
#define _ABOUTMUI_PRIVATE_H_
3
4
#include <intuition/classusr.h>
5
6
/*** Instance data **********************************************************/
7
struct
Aboutmui_DATA
8
{
9
Object
*
app
;
10
};
11
12
#endif
/* _ABOUTMUI_PRIVATE_H_ */