#pragma once #ifndef _NB_DRAW #define _NB_DRAW namespace NB{ class NBDrawObject { }; } #endif