summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/session.cpp
blob: 8a2a7e3fd382c109d589f88f2abf7b483075aa07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "core/hle/kernel/session.h"
#include "core/hle/kernel/thread.h"

namespace Kernel {

Session::Session() {}
Session::~Session() {}
}