summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoState.h
blob: ba366ca52671ffb747f2a27f3b3fb6759883c05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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);
void VideoCommon_Init();