mirror of
https://github.com/cavv-dev/Kekatsu-DS.git
synced 2025-06-18 16:55:40 -04:00
8 lines
115 B
C
8 lines
115 B
C
#pragma once
|
|
#include <nds/arm9/input.h>
|
|
|
|
extern u32 pressed;
|
|
extern touchPosition touch;
|
|
|
|
void updateInput(void);
|