13 lines
248 B
C++
13 lines
248 B
C++
/** @file Allocator.hpp
|
|
*
|
|
* @author Roland Conybeare, Dec 2025
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "alloc/AAllocator.hpp"
|
|
#include "alloc/IAllocator_Any.hpp"
|
|
#include "alloc/IAllocator_Xfer.hpp"
|
|
#include "alloc/RAllocator.hpp"
|
|
|
|
/* end Allocator.hpp */
|