Scene tree

This commit is contained in:
2025-08-21 09:52:15 -05:00
parent c8390bdb12
commit 4688358d6a
10 changed files with 346 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
/**
* Copyright (c) 2025 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "dusk.h"
typedef struct {
int padding;
} scene_t;
extern scene_t *SCENE;