1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00

add missing inheritance from steam video 002

This commit is contained in:
otavepto 2024-07-01 11:53:37 +03:00
parent a307cc13e5
commit 7f59c27adc

View file

@ -22,6 +22,7 @@
class Steam_Video :
public ISteamVideo001,
public ISteamVideo002,
public ISteamVideo
{
public: