2024-08-04 23:18:45 -05:00

12 lines
101 B
C++

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