The app is technically functional
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef _PLAYQUEUE_H
|
||||
#define _PLAYQUEUE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
int internal_OSSPQ_AppendToEnd(char* id);
|
||||
char* internal_OSSPQ_PopFromFront();
|
||||
int internal_OSSPQ_GetItemCount();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // _PLAYQUEUE_H
|
||||
Reference in New Issue
Block a user