shithub: psxe

ref: ea49e10dc531d0f3d4b14aecc9a30d315baba8e3
dir: /fns.h/

View raw version
#ifndef FNS_H
#define FNS_H

typedef struct psx_gpu_t psx_gpu_t;

int	audioout(void);
void	bindkeys(void);
void	blitframe(void);
void	flush(void);
void	process_inputs(void);
void	psxe_gpu_vblank_event_cb(psx_gpu_t*);
void	usage(void);

#endif