wut  1.0.0-beta9
Wii U Toolchain
drc.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 AVMDrcScanMode
15 {
21 
22 BOOL
23 AVMGetDRCScanMode(AVMDrcScanMode *outScanMode);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
AVMDrcScanMode
AVMDrcScanMode
Definition: drc.h:14
AVM_DRC_SCAN_MODE_UNKNOWN_255
@ AVM_DRC_SCAN_MODE_UNKNOWN_255
Definition: drc.h:19
wut.h
AVM_DRC_SCAN_MODE_UNKNOWN_0
@ AVM_DRC_SCAN_MODE_UNKNOWN_0
Definition: drc.h:16
AVMGetDRCScanMode
BOOL AVMGetDRCScanMode(AVMDrcScanMode *outScanMode)
AVM_DRC_SCAN_MODE_UNKNOWN_3
@ AVM_DRC_SCAN_MODE_UNKNOWN_3
Definition: drc.h:18
AVM_DRC_SCAN_MODE_UNKNOWN_1
@ AVM_DRC_SCAN_MODE_UNKNOWN_1
Definition: drc.h:17
BOOL
int32_t BOOL
Definition: wut_types.h:4