forked from jaildesigner-jailgames/jaildoctors_dilemma
Toquetechant includes
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include "utils.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifndef ROOM_TRACKER_H
|
||||
#define ROOM_TRACKER_H
|
||||
#include <string> // for string
|
||||
#include <vector> // for vector
|
||||
|
||||
class RoomTracker
|
||||
{
|
||||
@@ -27,5 +22,3 @@ public:
|
||||
// Añade la habitación a la lista
|
||||
bool addRoom(std::string name);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user