uncart/source/platform.h

9 lines
111 B
C
Raw Permalink Normal View History

2015-05-04 15:32:23 -07:00
#pragma once
typedef enum {
PLATFORM_3DS,
PLATFORM_N3DS,
} Platform;
2015-05-14 21:30:39 -04:00
Platform GetUnitPlatform(void);