FFL
Loading...
Searching...
No Matches
FFLColor.h
Go to the documentation of this file.
1
#
ifndef
FFL_COLOR_H_
2
#
define
FFL_COLOR_H_
3
4
#
include
<
nn
/
ffl
/
types
.
h
>
5
6
#
ifdef
__cplusplus
7
extern
"C"
{
8
#
endif
9
10
typedef
struct
FFLColor
11
{
12
f32
r
;
13
f32
g
;
14
f32
b
;
15
f32
a
;
16
}
17
FFLColor;
18
NN_STATIC_ASSERT
(
sizeof
(FFLColor) == 0x10);
19
20
#
ifdef
__cplusplus
21
}
22
#
endif
23
24
#
endif
// FFL_COLOR_H_
NN_STATIC_ASSERT
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
FFLColor
Definition
FFLColor.h:11
FFLColor::r
f32 r
Definition
FFLColor.h:12
FFLColor::a
f32 a
Definition
FFLColor.h:15
FFLColor::g
f32 g
Definition
FFLColor.h:13
FFLColor::b
f32 b
Definition
FFLColor.h:14
include
nn
ffl
FFLColor.h
Generated by
1.14.0