mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
12
Src/nde/android/nde_init.cpp
Normal file
12
Src/nde/android/nde_init.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#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()
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user