chip-8/src/keypad.h

7 lines
60 B
C
Raw Normal View History

2023-12-25 21:21:20 +01:00
#pragma once
#include "raylib.h"
2023-12-25 21:29:52 +01:00
int KeypadGetPressed();
2023-12-25 21:21:20 +01:00