Skip to content

Commit

Permalink
make ctr/keyboard.h/cpp more conform
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Feb 10, 2024
1 parent 7523cf8 commit 8a65a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Source/platform/ctr/keyboard.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include "platform/ctr/keyboard.h"

#include <cstdlib>
#include <cstring>

#include "platform/ctr/keyboard.h"
#include <3ds.h>

constexpr size_t MAX_TEXT_LENGTH = 255;

Expand Down
2 changes: 0 additions & 2 deletions Source/platform/ctr/keyboard.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#pragma once

#include <3ds.h>

void ctr_vkbdInput(const char *title, const char *inText, char *outText, int maxLength);
void ctr_vkbdFlush();

0 comments on commit 8a65a8d

Please sign in to comment.