wut  1.0.0-alpha
Wii U Toolchain
utils.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 typedef enum GX2_SQ_SEL
15 {
23 } GX2_SQ_SEL;
24 
25 #define GX2_SQ_SEL_MASK(x, y, z, w) (((x) << 24) | ((y) << 16) | ((z) << 8) | (w))
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
#define GX2_SQ_SEL_MASK(x, y, z, w)
Definition: utils.h:25
GX2_SQ_SEL
Definition: utils.h:14