nouveau.hidd: disable warnings about not initialized variables
[AROS.git] / workbench / classes / gadgets / aroscycle / aroscycle.conf
bloba6fdee7ba8683e85f6022f7a31ded225dd95dc9c
1 ##begin config
2 basename AROSCycle
3 version 41.0
4 classid AROSCYCLECLASS
5 classdatatype struct CycleData
6 ##end config
7 ##begin cdef
8 #include <gadgets/aroscycle.h>
9 ##end cdef
10 ##begin cdefprivate
11 #include "aroscycle_intern.h"
12 ##end cdefprivate
13 ##begin methodlist
14 OM_DISPOSE
15 OM_GET
16 OM_NEW
17 OM_SET
18 GM_GOACTIVE
19 GM_GOINACTIVE
20 GM_HANDLEINPUT
21 GM_RENDER
22 ##end methodlist