mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-02-11 15:37:14 +00:00
Redbook_XAAllow
This commit is contained in:
parent
8398aa54cd
commit
4ad55979ab
@ -11,3 +11,12 @@ int Redbook_XAPlay(int, int, int)
|
|||||||
{
|
{
|
||||||
return 0x1235959;
|
return 0x1235959;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static bool gXAAllowed;
|
||||||
|
|
||||||
|
// @NotOk
|
||||||
|
// Globals
|
||||||
|
void Redbook_XAAllow(bool allowed)
|
||||||
|
{
|
||||||
|
gXAAllowed = allowed;
|
||||||
|
}
|
||||||
|
@ -8,5 +8,6 @@
|
|||||||
|
|
||||||
EXPORT void Redbook_XAStop(void);
|
EXPORT void Redbook_XAStop(void);
|
||||||
EXPORT int Redbook_XAPlay(int, int, int);
|
EXPORT int Redbook_XAPlay(int, int, int);
|
||||||
|
EXPORT void Redbook_XAAllow(bool);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user