Frame
This commit is contained in:
@@ -12,7 +12,14 @@
|
||||
/**
|
||||
* Renders the console UI.
|
||||
*
|
||||
* @param x The x-coordinate to start rendering the console.
|
||||
* @param y The y-coordinate to start rendering the console.
|
||||
* @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);
|
||||
void uiConsoleRender(
|
||||
const float_t x,
|
||||
const float_t y,
|
||||
const tileset_t *tileset,
|
||||
texture_t *texture
|
||||
);
|
||||
Reference in New Issue
Block a user