7 lines
73 B
C++
7 lines
73 B
C++
#pragma once
|
|
|
|
namespace z80debug
|
|
{
|
|
void show();
|
|
void refresh();
|
|
} |