addon-tools-el/examples/node-addon/cpp/common.hpp

11 lines
206 B
C++

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