2014-03-30 22:15:17 +02:00
|
|
|
#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);
|
2014-03-30 22:15:17 +02:00
|
|
|
void FCEU_DrawCursor(uint8 *buf, int xc, int yc);
|
|
|
|
|
void FCEU_DrawGunSight(uint8 *buf, int xc, int yc);
|