Initial commit

This commit is contained in:
2026-04-29 21:54:47 +01:00
commit 02241bbd9e
60 changed files with 1561 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef PCH_H
#define PCH_H
#include <SDL3/SDL.h>
#include <SDL3/SDL_events.h>
#include <SDL3_image/SDL_image.h>
#include <SDL3_ttf/SDL_ttf.h>
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <stdio.h>
#include <vector>
#endif