/** * Copyright (c) 2026 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #pragma once #include "error/error.h" /** * Initializes the test label, a smoke test for the duskrpg-side UI * element extension point (uielementgame.h). * * @return Any error that occurs. */ errorret_t uiTestLabelInit(); /** * Draws the test label above the engine's debug version number. * * @return Any error that occurs. */ errorret_t uiTestLabelDraw();