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
/
levelmeter_private.h
blob
33677c71eb11b44ceaf3ef65ac06cccf33d93f5d
1
#ifndef _LEVELMETER_PRIVATE_H_
2
#define _LEVELMETER_PRIVATE_H_
3
4
struct
Levelmeter_DATA
5
{
6
LONG levelbgpen
;
7
DOUBLE prevangle
;
8
};
9
10
#endif
/* _LEVELMETER_PRIVATE_H_ */