Files
ac-decomp/include/Famicom/ks_nes_draw.h
T
2024-01-29 20:31:47 -05:00

12 lines
253 B
C

#ifndef KS_NES_DRAW_H
#define KS_NES_DRAW_H
#include "types.h"
#include "Famicom/ks_nes_common.h"
extern void ksNesDrawInit(ksNesCommonWorkObj* wp);
extern void ksNesDraw(ksNesCommonWorkObj* wp, ksNesStateObj* sp);
extern void ksNesDrawEnd();
#endif