libnedit
Lightweight C++ library for Nintendo DS(i) formats
Loading...
Searching...
No Matches
util_System.hpp
1
2#pragma once
3#include <ntr/ntr_Include.hpp>
4
5namespace ntr::util {
6
7 enum class SystemLanguage : u8 {
8 Ja,
9 En,
10 Fr,
11 Ge,
12 It,
13 Es,
14
15 Count
16 };
17
18}