Add C++ Allocator for libctru linear memory

This commit is contained in:
2024-05-02 20:17:37 +02:00
parent e78ac834db
commit 75f8b84794
2 changed files with 42 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <renderd7/Allocator.hpp>
#include <renderd7/DrawV2.hpp>
#include <renderd7/Error.hpp>
#include <renderd7/FileSystem.hpp>