2 * Copyright (c) 2005-2010, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * DarkWyrm <darkwyrm@gmail.com>
12 #include "ColumnTypes.h"
13 #include "ColumnListView.h"
22 ~ResourceRoster(void);
23 BField
* MakeFieldForType(const int32
&type
, const char *data
,
24 const size_t &length
);
25 void SpawnEditor(ResourceData
*data
, BHandler
*handler
);
28 void LoadEditors(void);
33 typedef Editor
* create_editor(void);