Files
aee/jinput.h
Raimon Zamora 4a359c46f5 Primer commit
2014-12-30 22:46:46 +01:00

11 lines
168 B
C
Executable File

#pragma once
#include "SDL2/SDL.h"
void JI_Update();
bool JI_KeyPressed(int key);
bool JI_CheatActivated( const char* cheat_code );
bool JI_AnyKey();