Moved the platform stuff around

This commit is contained in:
2025-10-28 07:52:05 -05:00
parent f1db7de87c
commit 358fa9a493
25 changed files with 456 additions and 46 deletions

13
src/cutscene/testcutscene.h Executable file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2025 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "cutscene.h"
cutsceneitem_t TEST_CUTSCENE_ITEMS[] = {
{ .type = CUTSCENE_ITEM_TEXTBOX, .textbox = "Hello World" }
};