/*** Copyright (C) 2024 Jamie Reece Wilson (a/k/a "Reece"). All rights reserved. File: AuHeapAlignmentInterface.hpp File: Heap.hpp Date: 2024-7-17 Author: Reece ***/ #pragma once namespace Aurora::Memory { bool MakeHeapInterfaceOfStricterAlignment(HeapAdapterInterface *pInterface); }