2025-02-08 17:54:12 -05:00

11 lines
84 B
C

#ifndef __CHIP8_H
#define __CHIP8_H
#include "config.h"
struct chip8
{
};
#endif