mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
d35fb6db76
* attention * Header * These were meant to be public * fixup merge --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
12 lines
141 B
C++
12 lines
141 B
C++
#ifndef D_PAD_H
|
|
#define D_PAD_H
|
|
|
|
class dPad {
|
|
public:
|
|
|
|
static bool checkButtonZPressed();
|
|
static bool checkButtonZHeld();
|
|
};
|
|
|
|
#endif
|