mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-15 03:15:05 -05:00
12 lines
No EOL
160 B
C++
12 lines
No EOL
160 B
C++
#include "../nde_c.h"
|
|
|
|
/* NDE_Init isn't thread safe, be aware
|
|
best to call on the main thread during initialization
|
|
*/
|
|
void NDE_Init()
|
|
{
|
|
}
|
|
|
|
void NDE_Quit()
|
|
{
|
|
} |