- [NEW] Passat a SDL3

This commit is contained in:
2026-05-16 08:01:27 +02:00
parent 7d513a3d0b
commit 787d78c070
5 changed files with 164 additions and 123 deletions
+2
View File
@@ -1,6 +1,8 @@
#include "lua.h"
#include "lua/lua.hpp"
#include "ascii.h"
#include <SDL3/SDL.h>
#include <math.h>
void reverse(char* str, int len) {
int i = 0, j = len - 1, temp;