dolphin/Source/Core/VideoCommon/VideoState.h

12 lines
252 B
C
Raw Normal View History

// Copyright 2013 Dolphin Emulator Project
2015-05-18 01:08:10 +02:00
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
class PointerWrap;
void VideoCommon_DoState(PointerWrap &p);
void VideoCommon_RunLoop(bool enable);
2012-01-02 11:20:22 +01:00
void VideoCommon_Init();