summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/Graphics/DrawInfo.h
blob: f399b4167e1859d941c44f4f260a6b2b95e4266d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _ASURA_EDITOR_DRAW_INFO_H_
#define _ASURA_EDITOR_DRAW_INFO_H_

#include <asura-base/Classes.h>

namespace_begin(AsuraEditor)

class DrawInfo
{

};


namespace_end 

#endif