2009-07-17 19:27:04 +02:00
|
|
|
#include "../types.h"
|
|
|
|
#include "../input.h"
|
|
|
|
#include "../fceu.h"
|
|
|
|
#include "../ppu.h"
|
|
|
|
#include "../x6502.h"
|
|
|
|
#include "../palette.h"
|
|
|
|
|
|
|
|
void FCEU_DrawCursor(uint8 *buf, int xc, int yc);
|
|
|
|
void FCEU_DrawGunSight(uint8 *buf, int xc, int yc);
|