Pasaeta de include-what-you-use

Afegit fitxer CMakeLists.txt
This commit is contained in:
2025-02-21 12:02:39 +01:00
parent a08da3b983
commit 788aec0dab
50 changed files with 385 additions and 196 deletions

View File

@@ -1,15 +1,19 @@
#pragma once
#include <SDL2/SDL.h>
#include "asset.h"
#include "input.h"
#include "jail_audio.h"
#include "screen.h"
#include "smartsprite.h"
#include "utils.h"
#include "writer.h"
#include "const.h"
#include <vector>
#include <SDL2/SDL_events.h> // for SDL_Event
#include <SDL2/SDL_render.h> // for SDL_Renderer
#include <SDL2/SDL_stdinc.h> // for Uint32, Uint8
#include <vector> // for vector
class Asset;
class Input;
class Lang;
class Screen;
class SmartSprite;
class Text;
class Texture;
class Writer;
struct JA_Music_t;
struct section_t;
#ifndef INTRO_H
#define INTRO_H