Prepare an easy to test configuration

This commit is contained in:
Jaby
2024-02-09 10:18:01 -05:00
committed by Jaby
parent 5dd6482777
commit 7d5a37b0d1
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#include "GPU/gpu_types.hpp"
namespace JabyEngine {
#define TEST_STR "Planschbecken sind default"
struct Configuration {
struct BIOSFont {
static constexpr auto TextureLoadPos = GPU::PositionU16::create(320, 256);