Home
last modified time | relevance | path

Searched defs:bouncet (Results 1 – 3 of 3) sorted by relevance

/dports/audio/din/din-52/src/
H A Ddin_info.h39 struct bouncet { struct
40 enum {AHEAD, BACK, RANDOM};
41 int style;
42 int n;
43 int speed;
44 bouncet () : style (AHEAD), n(1), speed (100) {} in bouncet() function
H A Ddrone.h168 struct bouncet { struct
169 int n;
170 int max;
H A Dmenu.cc5088 drone::bouncet::bouncet () { in bouncet() function in drone::bouncet