8 lines
99 B
C++
8 lines
99 B
C++
#pragma once
|
|
|
|
struct CPUContext;
|
|
|
|
namespace executor_cases {
|
|
void Nop(CPUContext& cc);
|
|
}
|