Nimbin2git.christianimmanuel.de / Games / strichmaennchen / platform.h

strichmaennchen git · main

git clone https://git.christianimmanuel.de/games/strichmaennchen.gitwget https://git.christianimmanuel.de/games/strichmaennchen/archive/strichmaennchen.tar.gz
platform.h 159 B · 11 lines raw
#ifndef PLATFORM_H
#define PLATFORM_H

#include <SDL3/SDL.h>
#include "renderer.h"

bool Platform_init(Renderer*);
void Platform_shutdown(Renderer*);


#endif