Movidos los archivos de clases comunes a la carpeta common

This commit is contained in:
2022-10-19 09:38:38 +02:00
parent cf357560b2
commit b07baa4669
43 changed files with 927 additions and 928 deletions

View File

@@ -1,13 +1,13 @@
#pragma once
#include <SDL2/SDL.h>
#include "asset.h"
#include "common/asset.h"
#include "const.h"
#include "jail_audio.h"
#include "screen.h"
#include "smartsprite.h"
#include "utils.h"
#include "writer.h"
#include "common/jail_audio.h"
#include "common/screen.h"
#include "common/smartsprite.h"
#include "common/utils.h"
#include "common/writer.h"
#include <vector>
#ifndef INTRO_H
@@ -17,7 +17,7 @@
class Intro
{
private:
// Objetos
// Objetos y punteros
SDL_Renderer *renderer; // El renderizador de la ventana
Screen *screen; // Objeto encargado de dibujar en pantalla
LTexture *texture; // Textura con los graficos