11 lines
84 B
C
11 lines
84 B
C
#ifndef __CHIP8_H
|
|
#define __CHIP8_H
|
|
|
|
#include "config.h"
|
|
|
|
struct chip8
|
|
{
|
|
};
|
|
|
|
#endif
|