iwyu
clang-format
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#include "tiled_bg.h"
|
||||
|
||||
#include <SDL3/SDL.h> // Para SDL_SetRenderTarget, SDL_CreateTexture, SDL_De...
|
||||
#include <SDL3/SDL.h> // Para SDL_SetRenderTarget, SDL_CreateTexture, SDL_DestroyTexture, SDL_FRect, SDL_GetRenderTarget, SDL_RenderTexture, SDL_PixelFormat, SDL_TextureAccess
|
||||
|
||||
#include <cmath> // Para sin
|
||||
#include <cstdlib> // Para rand
|
||||
#include <memory> // Para unique_ptr, make_unique
|
||||
#include <numbers>
|
||||
#include <string> // Para basic_string
|
||||
#include <memory> // Para allocator, unique_ptr, make_unique
|
||||
#include <numbers> // Para pi
|
||||
|
||||
#include "resource.h" // Para Resource
|
||||
#include "screen.h" // Para Screen
|
||||
|
||||
Reference in New Issue
Block a user