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,22 +1,25 @@
#pragma once
#include <SDL2/SDL.h>
#include <string>
#include "asset.h"
#include "jail_audio.h"
#include "common/asset.h"
#include "common/const.h"
#include "common/debug.h"
#include "common/input.h"
#include "common/jail_audio.h"
#include "common/screen.h"
#include "common/utils.h"
#include "game.h"
#include "input.h"
#include "utils.h"
#include "screen.h"
#include "logo.h"
#include "intro.h"
#include "logo.h"
#include "title.h"
#include "debug.h"
#include "const.h"
#include <string>
#ifndef PROG_H
#define PROG_H
// Textos
#define WINDOW_CAPTION "Volcano"
class Director
{
private: