draw text.
This commit is contained in:
17
src/display/ui/ui.h
Normal file
17
src/display/ui/ui.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) 2025 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "error/error.h"
|
||||
#include "display/camera.h"
|
||||
|
||||
extern camera_t UI_CAMERA;
|
||||
|
||||
errorret_t uiInit(void);
|
||||
void uiUpdate(void);
|
||||
void uiRender(void);
|
||||
void uiDispose(void);
|
Reference in New Issue
Block a user