- No se, molts canvis i coses

This commit is contained in:
2025-11-17 14:24:03 +01:00
parent 3c56cd59f8
commit 3ed64a471a
17 changed files with 295 additions and 1427 deletions

8
source/japi/font.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
namespace font
{
void load(const char* filename);
void print(const char* text, int x, int y);
const int len(const char *text);
}