arreglos d'estil pa deixar el repo com a plantilla
This commit is contained in:
+7
-8
@@ -1,13 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <stddef.h> // Para size_t
|
||||
#include <memory> // Para shared_ptr, __shared_ptr_access
|
||||
#include <string> // Para string
|
||||
#include <vector> // Para vector
|
||||
#include "utils.h" // Para Color
|
||||
#include "options.h"
|
||||
struct Surface;
|
||||
#include <SDL3/SDL_render.h> // for SDL_Renderer, SDL_Texture
|
||||
#include <SDL3/SDL_stdinc.h> // for Uint8
|
||||
#include <SDL3/SDL_video.h> // for SDL_Window
|
||||
#include <memory> // for shared_ptr
|
||||
#include "options.h" // for Options, OptionsVideo, options
|
||||
#include "surface.h" // for Surface
|
||||
#include "utils.h" // for Color
|
||||
|
||||
class Screen
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user