mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
10 lines
234 B
C
10 lines
234 B
C
#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);
|