12 lines
101 B
C++
12 lines
101 B
C++
#pragma once
|
|
#ifndef _NB_DRAW
|
|
#define _NB_DRAW
|
|
|
|
namespace NB{
|
|
class NBDrawObject {
|
|
|
|
};
|
|
|
|
|
|
}
|
|
#endif |