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