Home
last modified time | relevance | path

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

/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/Winamp/
H A DVIS.H5 typedef struct winampVisModule { struct
21 void (__cdecl *Config)(struct winampVisModule *this_mod); // configuration dialog argument
22 int (__cdecl *Init)(struct winampVisModule *this_mod); // 0 on success, creates window, etc argument
23 …int (__cdecl *Render)(struct winampVisModule *this_mod); // returns 0 if successful, 1 if vis sh… argument
24 void (__cdecl *Quit)(struct winampVisModule *this_mod); // call when done argument
27 } winampVisModule; argument