import sdl, some tests, nothing work yet

This commit is contained in:
Ondřej Novák 2025-01-26 15:03:44 +01:00
parent a7278bac40
commit 378b5586ab
37 changed files with 721 additions and 167 deletions

3
platform/error.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
void display_error(const char *text);