/** * Copyright (c) 2025 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #pragma once #include "cutscene.h" static void testCutsceneTest() { abort(); } cutsceneitem_t TEST_CUTSCENE_ITEMS[] = { { .type = CUTSCENE_ITEM_CALLBACK, .callback = testCutsceneTest } };