1 //----------------------------------------------------------------------
2 // This software is part of the OpenBeOS distribution and is covered
4 //---------------------------------------------------------------------
6 #ifndef _ADD_ON_IMAGE_H
7 #define _ADD_ON_IMAGE_H
18 status_t
Load(const char* path
);
21 void SetID(image_id id
);
22 image_id
ID() const { return fID
; }
28 } // namespace BPrivate
30 using BPrivate::AddOnImage
;
32 #endif // _ADD_ON_IMAGE_H