blob: 87a031c955b616094ee66a281c8726a2eea69cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#ifndef __ASURA_EDITOR_PEN_H__
#define __ASURA_EDITOR_PEN_H__
namespace AsuraEditor
{
namespace Graphics
{
///
/// ʣָƵʽ
///
class Pen
{
};
}
}
#endif
|