mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-30 06:59:24 -04:00
9 lines
214 B
C++
9 lines
214 B
C++
// Copyright Citra Emulator Project / Azahar Emulator Project
|
|
// Licensed under GPLv2 or any later version
|
|
// Refer to the license.txt file included.
|
|
|
|
namespace QtSwizzle {
|
|
|
|
void Dummy();
|
|
|
|
} // namespace QtSwizzle
|