From 4ac6c439922b7218c8dbcdb09d04b8cf520e8e44 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Sun, 18 Jan 2026 04:13:18 +0000 Subject: [PATCH] modified: src/lib/templates.ts --- src/lib/templates.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/templates.ts b/src/lib/templates.ts index 82ef0a2..2e5bfc4 100644 --- a/src/lib/templates.ts +++ b/src/lib/templates.ts @@ -14,6 +14,7 @@ export interface ScriptTemplate { + export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[] { return templates.filter(t => t.platform === platform); }