clang-format

This commit is contained in:
2026-04-03 10:58:04 +02:00
parent 550a005ca6
commit c25d4dc7e5
50 changed files with 9735 additions and 11503 deletions

View File

@@ -1,8 +1,9 @@
#pragma once
#include <SDL3/SDL.h>
#include "utils.h"
#include <SDL3/SDL.h>
#include "lang.h"
#include "utils.h"
// Tamaño de bloque
constexpr int BLOCK = 8;