// Description: Pointer module
#ifndef PASTELSYS_POINTER_H_MODULE
#define PASTELSYS_POINTER_H_MODULE
#include "pastel/sys/pointer/arrayptr.h"
#include "pastel/sys/pointer/clone_ptr.h"
#include "pastel/sys/pointer/countedptr.h"
#include "pastel/sys/pointer/weakptr.h"
#endif