From 4886953722dfee9b2dbfa0a01ee9923b75bc62f4 Mon Sep 17 00:00:00 2001 From: LeenkxTeam Date: Tue, 13 May 2025 19:46:24 +0000 Subject: [PATCH] Update Kha/Backends/Krom/Krom.hx --- Kha/Backends/Krom/Krom.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/Kha/Backends/Krom/Krom.hx b/Kha/Backends/Krom/Krom.hx index be795de..a6708de 100644 --- a/Kha/Backends/Krom/Krom.hx +++ b/Kha/Backends/Krom/Krom.hx @@ -80,6 +80,7 @@ extern class Krom { static function unloadImage(image: kha.Image): Void; static function loadSound(file: String): Dynamic; static function writeAudioBuffer(buffer: js.lib.ArrayBuffer, samples: Int): Void; + static function getSamplesPerSecond(): Int; static function loadBlob(file: String): js.lib.ArrayBuffer; static function init(title: String, width: Int, height: Int, samplesPerPixel: Int, vSync: Bool, windowMode: Int, windowFeatures: Int, kromApi: Int): Void;