threading part 1

This commit is contained in:
georgemoralis 2023-08-09 10:31:18 +03:00
parent 08bfc06cc9
commit 3e1386666b
4 changed files with 30 additions and 5 deletions

6
src/emulator.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
namespace Emulator {
void emuInit();
void emuRun();
}