Prepare an easy to test configuration

This commit is contained in:
2024-02-09 10:18:01 -05:00
parent 6352693afb
commit 37c4323fa1
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);