mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 23:55:47 -04:00
Initial community commit
This commit is contained in:
13
Src/h264/api__h264.h
Normal file
13
Src/h264/api__h264.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef NULLSOFT_APIH
|
||||
#define NULLSOFT_APIH
|
||||
|
||||
#include <api/service/api_service.h>
|
||||
|
||||
#include <api/memmgr/api_memmgr.h>
|
||||
extern api_memmgr *memmgrApi;
|
||||
#define WASABI_API_MEMMGR memmgrApi
|
||||
|
||||
#include "../winamp/api_winamp.h"
|
||||
extern api_winamp *winampApi;
|
||||
#define AGAVE_API_WINAMP winampApi
|
||||
#endif
|
Reference in New Issue
Block a user