mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 07:55:45 -04:00
Initial community commit
This commit is contained in:
26
Src/Wasabi/Lib/private.mi
Normal file
26
Src/Wasabi/Lib/private.mi
Normal file
@ -0,0 +1,26 @@
|
||||
//----------------------------------------------------------------------------------------------------------------
|
||||
// private.mi
|
||||
//
|
||||
// these are our own private calls ;)
|
||||
//----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
#ifndef __PRIVATE_MI
|
||||
#define __PRIVATE_MI
|
||||
|
||||
extern class @{78BD6ED9-0DBC-4fa5-B5CD-5977E3A912F8}@ Object &Private;
|
||||
|
||||
Global Private WaPrivateCall;
|
||||
//Member boolean WaPrivateCall.t;
|
||||
|
||||
Function initWaPrivateCalls();
|
||||
initWaPrivateCalls ()
|
||||
{
|
||||
WaPrivateCall = new Private;
|
||||
//WaPrivateCall.t = false;
|
||||
//debugInt(WaPrivateCall.t);
|
||||
}
|
||||
|
||||
extern Private.updateLinks(String version, String browserversion);
|
||||
extern Private.onLinksUpdated();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user