Initial commit - http://sourceforge.net/p/fceumm/code/160/
This commit is contained in:
12
src/input/share.h
Normal file
12
src/input/share.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "../fceu-types.h"
|
||||
#include "../input.h"
|
||||
#include "../fceu.h"
|
||||
#include "../ppu.h"
|
||||
#include "../x6502.h"
|
||||
#include "../palette.h"
|
||||
#include "../state.h"
|
||||
#include "../netplay.h"
|
||||
|
||||
|
||||
void FCEU_DrawCursor(uint8 *buf, int xc, int yc);
|
||||
void FCEU_DrawGunSight(uint8 *buf, int xc, int yc);
|
||||
Reference in New Issue
Block a user