fix: changed path of some header files

This commit is contained in:
Zoëy Noort 2025-05-05 19:00:38 +02:00
parent 0ebff2b1b5
commit 27d47de273
4 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
#include <stdio.h>
#include "../hdrs/chip8.h"
#include "chip8.h"
int main(int argc, char **argv)
{