Set libbase and classdatatype.
[AROS-Contrib.git] / scalos / datatypes / IconObject / iconobject-aros.conf
blob66619142919a9f2eddbc32f367eb547b32580de9
1 ##begin config
2 basename Iconobj
3 version 40.27
4 copyright Copyright ©1999-2013 The Scalos Team
5 superclass "datatypesclass"
6 residentpri -128
7 dispatcher IconObjectDispatcher
8 libbasetype struct IconObjectDtLibBase
9 classdatatype struct InstanceData
10 ##end config
12 ##begin cdefprivate
13 #include "iconobj.h"
14 ##end cdefprivate