mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-24 23:01:25 -04:00
10 lines
163 B
C
10 lines
163 B
C
#ifndef KS_NES_H
|
|
#define KS_NES_H
|
|
|
|
#include "types.h"
|
|
#include "Famicom/ks_nes_common.h"
|
|
#include "Famicom/ks_nes_core.h"
|
|
#include "Famicom/ks_nes_draw.h"
|
|
|
|
#endif
|