dolphin/Source/Core/VideoCommon/VideoState.h

13 lines
289 B
C
Raw Normal View History

// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#pragma once
#include "Common/ChunkFile.h"
#include "Common/Common.h"
void VideoCommon_DoState(PointerWrap &p);
void VideoCommon_RunLoop(bool enable);
2012-01-02 11:20:22 +01:00
void VideoCommon_Init();