mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-17 06:08:58 +00:00
8 lines
115 B
C
8 lines
115 B
C
|
#pragma once
|
||
|
|
||
|
//Pravets 8A/C only variables
|
||
|
extern bool P8CAPS_ON;
|
||
|
extern bool P8Shift;
|
||
|
|
||
|
void PravetsReset(void);
|