This commit is contained in:
2025-06-08 15:55:41 -05:00
parent 823aa454bd
commit 5cc38e14d6
8 changed files with 116 additions and 5 deletions

View File

@@ -6,8 +6,17 @@
*/
#pragma once
#include "dusk.h"
extern int32_t renderColumnCount;
extern int32_t renderRowCount;
/**
* Init the render system.
*/
void renderInit();
void renderInit();
/**
* Update the render system.
*/
void renderUpdate();