7 lines
74 B
C
7 lines
74 B
C
|
#pragma once
|
||
|
|
||
|
#include "raylib.h"
|
||
|
|
||
|
int KeypadIsPressed(unsigned char c);
|
||
|
|