archivemuh
This commit is contained in:
15
src/scene/scene.h
Normal file
15
src/scene/scene.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 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;
|
Reference in New Issue
Block a user