Prepare an easy to test configuration

This commit is contained in:
Jaby
2024-02-09 10:18:01 -05:00
committed by Jaby
parent 68e06b13b9
commit e8b9021f7d
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);