RetroArch
state.h
Go to the documentation of this file.
1 #pragma once
2 #include <wiiu/types.h>
3 #include "enum.h"
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
10 void GX2Shutdown();
11 void GX2Flush();
12 
13 #ifdef __cplusplus
14 }
15 #endif
static GX2AttribVar attributes[]
Definition: bokeh.c:713
void GX2Shutdown()
void GX2Init(uint32_t *attributes)
void GX2Flush()
unsigned int uint32_t
Definition: stdint.h:126