Files
ci-libretro-fceumm/src/input/share.h

12 lines
293 B
C
Raw Normal View History

#include "../fceu-types.h"
#include "../input.h"
#include "../fceu.h"
#include "../ppu.h"
#include "../x6502.h"
#include "../palette.h"
#include "../state.h"
2016-09-07 00:31:58 +02:00
void FCEUMOV_AddJoy(uint8 *js);
void FCEU_DrawCursor(uint8 *buf, int xc, int yc);
void FCEU_DrawGunSight(uint8 *buf, int xc, int yc);