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