mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-02 22:36:21 +01:00
5 lines
162 B
C++
5 lines
162 B
C++
|
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#define VMA_IMPLEMENTATION
|
||
|
#include <vk_mem_alloc.h>
|