0
1
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:
2025-12-24 13:33:06 +01:00
parent e04b422082
commit 586a23a6a1

View File

@@ -7,8 +7,6 @@ core_version = ""
eon_count = 0
---@type integer
max_programs = 0
---@type string|nil
data = "" -- Set during run_lua calls
---Starts the initialization sequence, also calls the on_init function
---@return nil
@@ -43,7 +41,7 @@ function data_handle(data) end
---@return integer b
---@return integer c
---@return integer d
function group(a, b, c, d) end
function group(b, c, d) end
---@param pi integer
function set_rds_pi(pi) end