mirror of
https://github.com/SourMesen/Mesen2.git
synced 2025-04-02 10:21:44 -04:00
7 lines
No EOL
74 B
C++
7 lines
No EOL
74 B
C++
#pragma once
|
|
|
|
class IBattery
|
|
{
|
|
public:
|
|
virtual void SaveBattery() = 0;
|
|
}; |