13 lines
205 B
C
13 lines
205 B
C
|
//
|
||
|
// Created by william on 1/6/24.
|
||
|
//
|
||
|
|
||
|
#include "../include/system.h"
|
||
|
|
||
|
#ifndef NESEMULATOR_DEBUGGER_H
|
||
|
#define NESEMULATOR_DEBUGGER_H
|
||
|
|
||
|
void start_debugger(System *system);
|
||
|
|
||
|
#endif //NESEMULATOR_DEBUGGER_H
|