strichmaennchen git · main
git clone https://git.christianimmanuel.de/games/strichmaennchen.gitwget https://git.christianimmanuel.de/games/strichmaennchen/archive/strichmaennchen.tar.gzplatform.h raw
#ifndef PLATFORM_H
#define PLATFORM_H
#include <SDL3/SDL.h>
#include "renderer.h"
bool Platform_init(Renderer*);
void Platform_shutdown(Renderer*);
#endif