some further WIP polish localization.
[AROS.git] / workbench / hidds / softpipe / softpipe.conf
blob6200f1fa27834c196964d7d6622c634c90262424
1 ##begin config
2 version         10.0
3 residentpri     90
4 libbasetype     struct IntHiddSoftpipeBase
5 basename        HiddSoftpipe
6 classid         CLID_Hidd_Gallium_Softpipe
7 superclass      CLID_Hidd_Gallium
8 classptr_field  sd.galliumclass
9 classdatatype   struct HiddGalliumSoftpipeData
10 ##end config
12 ##begin cdefprivate
13 #include <hidd/gallium.h>
14 #include "softpipe_intern.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Dispose
21 Get
22 .interface Hidd_Gallium
23 CreatePipeScreen
24 DisplayResource
25 ##end methodlist