Preparado para empezar con el ending2

This commit is contained in:
2022-11-04 18:55:36 +01:00
parent d37b21fc3b
commit 6257c0b1e8
7 changed files with 272 additions and 4 deletions

View File

@@ -1,17 +1,17 @@
#pragma once
#include <SDL2/SDL.h>
#include "common/animatedsprite.h"
#include "common/asset.h"
#include "common/jail_audio.h"
#include "common/resource.h"
#include "common/screen.h"
#include "common/sprite.h"
#include "common/sprite.h"
#include "common/text.h"
#include "common/texture.h"
#include "common/utils.h"
#include "const.h"
#include <vector>
#include <string>
#include <vector>
#ifndef ENDING_H
#define ENDING_H