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