aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/touchkeyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ds/arm9/source/touchkeyboard.h')
-rw-r--r--backends/platform/ds/arm9/source/touchkeyboard.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/touchkeyboard.h b/backends/platform/ds/arm9/source/touchkeyboard.h
index 17988e050a..8a5fc728ce 100644
--- a/backends/platform/ds/arm9/source/touchkeyboard.h
+++ b/backends/platform/ds/arm9/source/touchkeyboard.h
@@ -23,11 +23,14 @@
#ifndef _TOUCHKEYBOARD_H_
#define _TOUCHKEYBOARD_H_
+#include "osystem_ds.h"
+
namespace DS {
static const int NUM_WORDS = 12;
+static const int KEYBOARD_DATA_SIZE = 4736 * 2;
-
+void createKeyEvent(int keyNum, Common::Event& event);
void drawKeyboard(int tileBase, int mapBase, u16* saveSpace);
void restoreVRAM(int tileBase, int mapBase, u16* saveSpace);