mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-12-27 20:02:37 -06: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>
|