mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Fixed compilation for windows
This commit is contained in:
parent
1ce95ec672
commit
6224350142
4 changed files with 19 additions and 4 deletions
|
|
@ -124,10 +124,10 @@ public:
|
|||
class Steam_Overlay
|
||||
{
|
||||
public:
|
||||
Steam_Overlay(Settings* settings, SteamCallResults* callback_results, SteamCallBacks* callbacks, RunEveryRunCB* run_every_runcb, Networking *network);
|
||||
~Steam_Overlay();
|
||||
Steam_Overlay(Settings* settings, SteamCallResults* callback_results, SteamCallBacks* callbacks, RunEveryRunCB* run_every_runcb, Networking *network) {}
|
||||
~Steam_Overlay() {}
|
||||
|
||||
bool Ready() const { return false: }
|
||||
bool Ready() const { return false; }
|
||||
|
||||
bool NeedPresent() const { return false; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue