mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-14 01:30:50 +00:00
7 lines
153 B
C
7 lines
153 B
C
#pragma once
|
|
|
|
void PrintDestroy();
|
|
void PrintLoadRom(LPBYTE pCxRomPeripheral, UINT uSlot);
|
|
void PrintReset();
|
|
void PrintUpdate(DWORD);
|