Add missing OpenBSD battery function declaration

This commit is contained in:
Nathan Scott 2020-11-19 12:00:56 +11:00
parent 0a2105eb22
commit 329011bb98
1 changed files with 2 additions and 0 deletions

View File

@ -57,4 +57,6 @@ bool Platform_getNetworkIO(unsigned long int* bytesReceived,
unsigned long int* bytesTransmitted,
unsigned long int* packetsTransmitted);
void Platform_getBattery(double* level, ACPresence* isOnAC);
#endif