Reorganizados los .cpp i .h en la carpeta common

This commit is contained in:
2022-10-18 09:31:33 +02:00
parent eb185755c2
commit 150d94454c
43 changed files with 1766 additions and 1431 deletions

View File

@@ -1,12 +1,12 @@
#pragma once
#include <SDL2/SDL.h>
#include "const.h"
#include "asset.h"
#include "utils.h"
#include "screen.h"
#include "animatedsprite.h"
#include "jail_audio.h"
#include "common/animatedsprite.h"
#include "common/asset.h"
#include "common/const.h"
#include "common/jail_audio.h"
#include "common/screen.h"
#include "common/utils.h"
#ifndef INTRO_H
#define INTRO_H