mirror of
https://notabug.org/litucks/torzu.git
synced 2026-05-10 15:50:33 +00:00
11 lines
177 B
C++
11 lines
177 B
C++
// Copyright 2014 Citra Emulator Project
|
|
// Licensed under GPLv2
|
|
// Refer to the license.txt file included.
|
|
|
|
#include "settings.h"
|
|
|
|
namespace Settings {
|
|
|
|
Values values = {};
|
|
|
|
}
|