All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HeatmapShapeArgs.h
1 #pragma once
2 
3 #include "ShapeArgs.h"
4 #include "HeatmapShapeModel.h"
5 #include "HeatmapShapeCreateParams.h"
6 #include "HeatmapShapeView.h"
7 
8 namespace Eegeo
9 {
10  namespace Shapes
11  {
12  namespace Heatmaps
13  {
14  typedef ShapeArgs<HeatmapShapeModel, HeatmapShapeCreateParams, HeatmapShapeView> HeatmapShapeArgs;
15  }
16  }
17 }