release r2, update credits
[fceu.git] / video.h
1 #include "types.h"
2 int InitVirtualVideo(void);
3 int SaveSnapshot(void);
4 extern uint8 *XBuf;