thread stop clean up

This commit is contained in:
2025-12-01 11:56:43 -05:00
parent 17663a1f75
commit ee5cb71560
3 changed files with 23 additions and 21 deletions

View File

@@ -4,9 +4,8 @@
#pragma once
#include <assert.h>
#include <cassert>
#include "raymath.h"
#include "raylib.h"
struct Player : Rectangle {