Toquetechant includes

This commit is contained in:
2025-02-20 13:34:18 +01:00
parent bcb2e96069
commit e1d6aff724
65 changed files with 615 additions and 495 deletions

View File

@@ -1,9 +1,16 @@
#include "screen.h"
#include "jail_shader.h"
#include <string>
#include <fstream> // Para basic_ifstream, ifstream
#include <iterator> // Para istreambuf_iterator, operator==
#include <iostream>
#include <SDL2/SDL_error.h> // for SDL_GetError
#include <SDL2/SDL_events.h> // for SDL_DISABLE, SDL_ENABLE
#include <SDL2/SDL_mouse.h> // for SDL_ShowCursor
#include <SDL2/SDL_pixels.h> // for SDL_PIXELFORMAT_RGBA8888
#include <algorithm> // for max, min
#include <fstream> // for basic_ostream, operator<<, basic_ifstream
#include <iostream> // for cout
#include <iterator> // for istreambuf_iterator, operator!=
#include <string> // for basic_string, char_traits, string
#include "asset.h" // for Asset
#include "jail_shader.h" // for init, render
#include "notify.h" // for Notify
// Constructor
Screen::Screen(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, options_t *options)