mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-04 07:01:46 +02:00
Fix CreateRadioStream declaration
This commit is contained in:
@@ -139,12 +139,12 @@ void SetGameModeText(StackStrF & text);
|
|||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Create a radio stream.
|
* Create a radio stream.
|
||||||
*/
|
*/
|
||||||
void CreateRadioStream(bool listed, StackStrF & name, StackStrF & url);
|
SQInteger CreateRadioStream(bool listed, StackStrF & name, StackStrF & url);
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Create a radio stream.
|
* Create a radio stream.
|
||||||
*/
|
*/
|
||||||
void CreateRadioStreamEx(Int32 id, bool listed, StackStrF & name, StackStrF & url);
|
SQInteger CreateRadioStreamEx(Int32 id, bool listed, StackStrF & name, StackStrF & url);
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Remove a radio stream.
|
* Remove a radio stream.
|
||||||
|
Reference in New Issue
Block a user