9 lines
74 B
C++
9 lines
74 B
C++
#include "Draw.h"
|
|
|
|
namespace NB{
|
|
|
|
class DrawGrid : DrawBuffer {
|
|
|
|
};
|
|
|
|
} |