Skip to content

Commit

Permalink
forgot few more linkings
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Aug 18, 2023
1 parent 2ec81f4 commit 22cbb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "./Instructions/bitmanip.h"
#include <stdio.h>
#include "./Instructions/arithmetic.h"
#include <movement.h>
#include <extended.h>
#include "./Instructions/movement.h"
#include "./Instructions/extended.h"

typedef void (*opcode_handler)(Z80_State *cpu, uint8_t opcode);

Expand Down

0 comments on commit 22cbb0d

Please sign in to comment.