some warnings fixed, nsf fixed, palettes, more code backported
[fceu.git] / input / share.h
CommitLineData
c62d2810 1#include "../types.h"
2#include "../input.h"
3#include "../fce.h"
4#include "../svga.h"
92764e62 5#include "../palette.h"
c62d2810 6#include "../x6502.h"
7
8void FCEU_DrawCursor(uint8 *buf, int xc, int yc);