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