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,6 +1,17 @@
#include "player.h"
#include <fstream>
#include <sstream>
#include <bits/std_abs.h> // for abs
#include <stdlib.h> // for rand
#include <algorithm> // for max, min
#include <cmath> // for ceil, abs
#include "animatedsprite.h" // for AnimatedSprite
#include "asset.h" // for Asset
#include "const.h" // for BORDER_TOP, BLOCK, BORDER_BOTTOM, BORDER...
#include "debug.h" // for Debug
#include "input.h" // for Input, inputs_e
#include "jail_audio.h" // for JA_LoadSound, JA_Sound_t, JA_PlaySound
#include "resource.h" // for Resource
#include "room.h" // for Room, tile_e
#include "texture.h" // for Texture
// Constructor
Player::Player(player_t player)