aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/system.h
blob: 59a75ca127347afb2b46b381df29eb12f2f9825b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

class EmuWindow;

namespace System {

void Init(EmuWindow* emu_window);
void Shutdown();

}