Änderung von Capter1 auf SDL3

This commit is contained in:
2025-11-02 16:26:43 +01:00
parent f4f9560fa9
commit 2aa3720d12
11 changed files with 59 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
#include "SDL2/SDL.h"
#include "SDL3/SDL.h"
#include <iostream>
#include <vector>
@@ -9,7 +9,7 @@ private:
int g_dir;
int b_dir;
public:
SDL_Rect rect;
SDL_FRect rect;
SDL_Color color;
float velx;
float vely;