Fix missing include <3ds/types.h> (#414)
This commit is contained in:
parent
3810a5586b
commit
64bdf022a8
@ -3,6 +3,8 @@
|
||||
* @brief Error applet.
|
||||
*/
|
||||
#pragma once
|
||||
#include <3ds/types.h>
|
||||
|
||||
enum
|
||||
{
|
||||
ERROR_LANGUAGE_FLAG = 0x100, ///<??-Unknown flag
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <3ds/types.h>
|
||||
|
||||
/// Magic value needed to launch the applet.
|
||||
#define MIISELECTOR_MAGIC 0x13DE28CF
|
||||
|
@ -3,6 +3,7 @@
|
||||
* @brief Software keyboard applet.
|
||||
*/
|
||||
#pragma once
|
||||
#include <3ds/types.h>
|
||||
|
||||
/// Keyboard types.
|
||||
typedef enum
|
||||
|
Loading…
Reference in New Issue
Block a user