HatchitGraphics
ht_rootlayout_base.h
1 
15 #pragma once
16 
17 #include <ht_platform.h>
18 
19 namespace Hatchit
20 {
21  namespace Graphics
22  {
23  class HT_API RootLayoutBase
24  {
25  public:
26  virtual ~RootLayoutBase() = default;
27  };
28  }
29 }
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_color.h:19
Definition: ht_rootlayout_base.h:23