From 72fbbae765125383fb9fa14d716f7e7e9b85ebbd Mon Sep 17 00:00:00 2001 From: DizzasTeR Date: Wed, 6 May 2020 22:07:14 +0500 Subject: [PATCH] Fix CreateRadioStream declaration --- module/Misc/Functions.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/Misc/Functions.hpp b/module/Misc/Functions.hpp index 8e9cf8f7..b16dfc59 100644 --- a/module/Misc/Functions.hpp +++ b/module/Misc/Functions.hpp @@ -139,12 +139,12 @@ void SetGameModeText(StackStrF & text); /* ------------------------------------------------------------------------------------------------ * Create a radio stream. */ -void CreateRadioStream(bool listed, StackStrF & name, StackStrF & url); +SQInteger CreateRadioStream(bool listed, StackStrF & name, StackStrF & url); /* ------------------------------------------------------------------------------------------------ * 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.