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
7extern "C" {
8#endif
9
10typedef struct FFLColor
11{
16}
17FFLColor;
18NN_STATIC_ASSERT(sizeof(FFLColor) == 0x10);
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif // FFL_COLOR_H_
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
Definition FFLColor.h:11
f32 r
Definition FFLColor.h:12
f32 a
Definition FFLColor.h:15
f32 g
Definition FFLColor.h:13
f32 b
Definition FFLColor.h:14