fix: changed path of some header files
This commit is contained in:
parent
0ebff2b1b5
commit
27d47de273
4 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CPU_H
|
||||
# define CPU_H
|
||||
|
||||
#include "./chip8.h"
|
||||
#include "chip8.h"
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct s_instruction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue