// Description: An aggregate file for allocators
#ifndef PASTELSYS_ALLOCATORS_H
#define PASTELSYS_ALLOCATORS_H
#include "pastel/sys/allocator/arena_allocator.h"
#include "pastel/sys/allocator/native_allocator.h"
#include "pastel/sys/allocator/pool_allocator.h"
#endif