RetroArch/memory/wii/mem2_manager.h
gblues 6904101c44 Clean up trailing whitespace
== DETAILS

Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00

13 lines
164 B
C

#ifndef _MEM2_MANAGER_H
#define _MEM2_MANAGER_H
#include <stdint.h>
bool gx_init_mem2(void);
uint32_t gx_mem2_used(void);
uint32_t gx_mem2_total(void);
#endif