/* * Copyright 2006, Haiku. * Distributed under the terms of the MIT License. * * Authors: * Stephan Aßmus */ #ifndef PROPERTY_EDITOR_FACTORY #define PROPERTY_EDITOR_FACTORY #include class Property; class PropertyEditorView; PropertyEditorView* EditorFor(Property* property); #endif // PROPERTY_EDITOR_FACTORY