Home
last modified time | relevance | path

Searched defs:fade_flags (Results 1 – 2 of 2) sorted by relevance

/dports/audio/din/din-52/src/
H A Dbinaural_drone.h55 struct fade_flags { struct
57 int vol;
58 float vol_cur;
60 enum {NONE = 0, L, R, BOTH};
61 int hz;
62 float l_step_cur, r_step_cur;
64 fade_flags () {vol = hz = NONE;} in fade_flags() argument
/dports/games/bstone/bstone-1.1.9/src/
H A Dmovie.cpp73 FADES fade_flags, fi_type, fo_type; variable