Toquetechant includes

This commit is contained in:
2025-02-20 13:34:18 +01:00
parent bcb2e96069
commit e1d6aff724
65 changed files with 615 additions and 495 deletions

View File

@@ -1,5 +1,13 @@
#include "resource.h"
#include <iostream>
#include <iostream> // for basic_ostream, operator<<, cout, endl
#include "animatedsprite.h" // for animatedSprite_t, loadAnimationFromFile
#include "asset.h" // for Asset
#include "enemy.h" // for enemy_t
#include "item.h" // for item_t
#include "room.h" // for room_t, loadRoomFile, loadRoomTileFile
#include "text.h" // for textFile_t, LoadTextFile
#include "texture.h" // for Texture
#include "utils.h" // for options_t
// Constructor
Resource::Resource(SDL_Renderer *renderer, Asset *asset, options_t *options)