1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-12 04:14:23 +00:00
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