mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
that is wrong
This commit is contained in:
@@ -7,8 +7,6 @@ core_version = ""
|
|||||||
eon_count = 0
|
eon_count = 0
|
||||||
---@type integer
|
---@type integer
|
||||||
max_programs = 0
|
max_programs = 0
|
||||||
---@type string|nil
|
|
||||||
data = "" -- Set during run_lua calls
|
|
||||||
|
|
||||||
---Starts the initialization sequence, also calls the on_init function
|
---Starts the initialization sequence, also calls the on_init function
|
||||||
---@return nil
|
---@return nil
|
||||||
@@ -43,7 +41,7 @@ function data_handle(data) end
|
|||||||
---@return integer b
|
---@return integer b
|
||||||
---@return integer c
|
---@return integer c
|
||||||
---@return integer d
|
---@return integer d
|
||||||
function group(a, b, c, d) end
|
function group(b, c, d) end
|
||||||
|
|
||||||
---@param pi integer
|
---@param pi integer
|
||||||
function set_rds_pi(pi) end
|
function set_rds_pi(pi) end
|
||||||
|
|||||||
Reference in New Issue
Block a user