repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git]
/
tools
/
dtdesc
/
dtdesc.h
blob
267645822c1b0ea07812c1f21918e22859b898f6
1
#ifndef DTDESC_H
2
#define DTDESC_H 1
3
4
/*
5
(C) 2000 AROS - The Amiga Research OS
6
$Id$
7
8
Desc: DataTypesDescriptorCreator
9
Lang: English.
10
*/
11
12
/*
13
* includes
14
*/
15
16
#include <c_iff.h>
17
18
/*
19
* structs
20
*/
21
22
struct
DataTypeHeader
23
{
24
uint8_t
*
dth_Name
;
25
uint8_t
*
dth_BaseName
;
26
uint8_t
*
dth_Pattern
;
27
uint16_t
*
dth_Mask
;
28
uint32_t
dth_GroupID
;
29
uint32_t
dth_ID
;
30
uint16_t
dth_MaskLen
;
31
uint16_t
dth_Pad
;
32
uint16_t
dth_Flags
;
33
uint16_t
dth_Priority
;
34
};
35
36
#endif
/* DTDESC_H */