mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:25:46 -04:00
Initial community commit
This commit is contained in:
16
Src/Wasabi/api/service/svcs/svc_loadlib.h
Normal file
16
Src/Wasabi/api/service/svcs/svc_loadlib.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef _LOADLIB_H
|
||||
#define _LOADLIB_H
|
||||
|
||||
//UNDER CONSTRUCTION
|
||||
|
||||
class NOVTABLE svc_loadLib
|
||||
{
|
||||
public:
|
||||
int isMine(const char *filename);
|
||||
|
||||
int load(const char *filename);
|
||||
void unload();
|
||||
void *getProcAddress(const char *name);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user