7 lines
115 B
C
7 lines
115 B
C
#pragma once
|
|
|
|
//Pravets 8A/C only variables
|
|
extern bool P8CAPS_ON;
|
|
extern bool P8Shift;
|
|
|
|
void PravetsReset(void);
|