!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Sandbox / Plugins / SchematycEditor / GenericWidgetImpl.cpp
blobc1971ea323823625b0cd2c61a40ffcb364f8d501
1 // Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved.
3 #include "StdAfx.h"
4 #include "GenericWidgetImpl.h"
6 namespace Cry {
7 namespace SchematycEd {
9 CGenericWidget* CGenericWidget::Create()
11 return new CGenericWidgetImpl();
14 } //namespace SchematycEd
15 } //namespace Cry