Added logging and X11 Keymap translation. Also various bugfixes.

This commit is contained in:
Patrick 2025-10-04 16:38:45 +02:00
commit 54a0f5eb4e
16 changed files with 181 additions and 57 deletions

View file

@ -2,7 +2,9 @@
#define PGPL_H
#include <pgpl/gui.h>
#include <pgpl/log.h>
#include <pgpl/render.h>
#include <pgpl/string.h>
#include <pgpl/thread.h>
#include <pgpl/timer.h>
#include <pgpl/vector.h>