0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

rft fucking works

This commit is contained in:
2025-12-28 12:42:46 +01:00
parent 61f8b1343e
commit 67f081b1a9
2 changed files with 15 additions and 27 deletions

View File

@@ -350,4 +350,8 @@ function set_oda_id_data_rds2(oda_id, data) end
---@param data integer
---@param file_related boolean
---@return integer oda_id
function register_oda_rds2(aid, data, file_related) end
function register_oda_rds2(aid, data, file_related) end
---Loads the file into RFT and initializes it if needed, note that this needs RDR2 mode 2
---@param path string
function load_rft_file(path) end