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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
poplist_private.h
blob
4d56b37271fc5254c8a902cfa4c7f2dcca442e0e
1
#ifndef _POPLIST_PRIVATE_H_
2
#define _POPLIST_PRIVATE_H_
3
4
#include <utility/hooks.h>
5
#include <intuition/classusr.h>
6
7
struct
Poplist_DATA
8
{
9
struct
Hook strobj_hook
;
10
struct
Hook objstr_hook
;
11
Object
*
list
;
12
};
13
14
#endif
/* _POPLIST_PRIVATE_H_ */