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
/
settingsgroup_private.h
blob
02c16824f82ed2be870ed1bdf1f5ebf577736bdf
1
#ifndef _SETTINGSGROUP_PRIVATE_H_
2
#define _SETTINGSGROUP_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Settingsgroup_DATA
6
{
7
int
dummy
;
8
};
9
10
#endif
/* _SETTINGSGROUP_PRIVATE_H_ */