mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-16 20:09:58 +01:00
10 lines
214 B
C++
10 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
|