Reorganizados los .cpp i .h en la carpeta common
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user