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