19 lines
200 B
C
19 lines
200 B
C
![]() |
// For type # see implementation of cHeaderImporter::BuildStructs()
|
||
|
|
||
|
// Type #4
|
||
|
struct
|
||
|
{
|
||
|
tUInt8 a;
|
||
|
} simple_var;
|
||
|
|
||
|
// Type #5
|
||
|
struct
|
||
|
{
|
||
|
tUInt8 b;
|
||
|
};
|
||
|
|
||
|
// Type #6
|
||
|
typedef struct
|
||
|
{
|
||
|
tUInt8 c;
|
||
|
};
|