mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-21 23:31:19 +00:00
5 lines
69 B
C
5 lines
69 B
C
|
#pragma once
|
||
|
#include "types.h"
|
||
|
#include "state.h"
|
||
|
void run_tests();
|