#ifndef _COMMON_HPP_
#define _COMMON_HPP_
#include <addon-tools.hpp>
#define DES_CHECK \
if (_isDestroyed) return;
#endif /* _COMMON_HPP_ */