Game updates
This commit is contained in:
18
src/ui/uiconsole.h
Normal file
18
src/ui/uiconsole.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Copyright (c) 2025 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "display/tileset.h"
|
||||
#include "display/texture/texture.h"
|
||||
|
||||
/**
|
||||
* Renders the console UI.
|
||||
*
|
||||
* @param tileset The tileset to use for rendering text.
|
||||
* @param texture The texture associated with the tileset.
|
||||
*/
|
||||
void uiConsoleRender(const tileset_t *tileset, texture_t *texture);
|
||||
Reference in New Issue
Block a user