Fix missing include <3ds/types.h> (#414)

This commit is contained in:
Sean Purcell 2018-10-23 11:04:00 -04:00 committed by Dave Murphy
parent 3810a5586b
commit 64bdf022a8
3 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* @brief Error applet.
*/
#pragma once
#include <3ds/types.h>
enum
{
ERROR_LANGUAGE_FLAG = 0x100, ///<??-Unknown flag

View File

@ -4,6 +4,7 @@
*/
#pragma once
#include <3ds/types.h>
/// Magic value needed to launch the applet.
#define MIISELECTOR_MAGIC 0x13DE28CF

View File

@ -3,6 +3,7 @@
* @brief Software keyboard applet.
*/
#pragma once
#include <3ds/types.h>
/// Keyboard types.
typedef enum