Continue arreglant cosetes amb cppcheck
This commit is contained in:
@@ -1,41 +1,41 @@
|
||||
#include "game.h"
|
||||
#include <SDL2/SDL_blendmode.h> // for SDL_BLENDMODE_BLEND
|
||||
#include <SDL2/SDL_events.h> // for SDL_PollEvent, SDL_Event, SDL_KEYDOWN
|
||||
#include <SDL2/SDL_keycode.h> // for SDLK_1, SDLK_2, SDLK_3, SDLK_4
|
||||
#include <SDL2/SDL_pixels.h> // for SDL_PIXELFORMAT_RGBA8888
|
||||
#include <SDL2/SDL_rwops.h> // for SDL_RWFromFile, SDL_RWclose, SDL_R...
|
||||
#include <SDL2/SDL_timer.h> // for SDL_GetTicks
|
||||
#include <SDL2/SDL_video.h> // for SDL_WINDOWEVENT_FOCUS_GAINED, SDL_...
|
||||
#include <stdlib.h> // for rand
|
||||
#include <algorithm> // for min, remove_if
|
||||
#include <fstream> // for basic_ostream, operator<<, basic_i...
|
||||
#include <iostream> // for cout
|
||||
#include <numeric> // for accumulate
|
||||
#include <utility> // for move
|
||||
#include "asset.h" // for Asset
|
||||
#include "background.h" // for Background
|
||||
#include "balloon.h" // for Balloon, BALLOON_SCORE_1, BALLOON_...
|
||||
#include "balloon_formations.h" // for Stage, BalloonFormationParams, Bal...
|
||||
#include "bullet.h" // for Bullet, BulletType, BulletMoveStatus
|
||||
#include "explosions.h" // for Explosions
|
||||
#include "fade.h" // for Fade, FadeType
|
||||
#include "global_inputs.h" // for check
|
||||
#include "input.h" // for InputType, Input, INPUT_DO_NOT_ALL...
|
||||
#include "item.h" // for Item, ItemType::COFFEE_MACHINE, ItemType::CLOCK
|
||||
#include "jail_audio.h" // for JA_PlaySound
|
||||
#include "lang.h" // for getText
|
||||
#include "manage_hiscore_table.h" // for ManageHiScoreTable
|
||||
#include "notifier.h" // for Notifier
|
||||
#include "options.h" // for options
|
||||
#include "param.h" // for param
|
||||
#include "player.h" // for Player, PlayerStatus
|
||||
#include "resource.h" // for Resource
|
||||
#include "scoreboard.h" // for Scoreboard, ScoreboardMode, SCOREB...
|
||||
#include "screen.h" // for Screen
|
||||
#include "section.h" // for Name, name, Options, options
|
||||
#include "smart_sprite.h" // for SpriteSmart
|
||||
#include "text.h" // for Text, TEXT_CENTER
|
||||
#include "texture.h" // for Texture
|
||||
#include <SDL2/SDL_blendmode.h> // para SDL_BLENDMODE_BLEND
|
||||
#include <SDL2/SDL_events.h> // para SDL_PollEvent, SDL_Event, SDL_KEYDOWN
|
||||
#include <SDL2/SDL_keycode.h> // para SDLK_1, SDLK_2, SDLK_3, SDLK_4
|
||||
#include <SDL2/SDL_pixels.h> // para SDL_PIXELFORMAT_RGBA8888
|
||||
#include <SDL2/SDL_rwops.h> // para SDL_RWFromFile, SDL_RWclose, SDL_R...
|
||||
#include <SDL2/SDL_timer.h> // para SDL_GetTicks
|
||||
#include <SDL2/SDL_video.h> // para SDL_WINDOWEVENT_FOCUS_GAINED, SDL_...
|
||||
#include <stdlib.h> // para rand
|
||||
#include <algorithm> // para min, remove_if
|
||||
#include <fstream> // para basic_ostream, operator<<, basic_i...
|
||||
#include <iostream> // para cout
|
||||
#include <numeric> // para accumulate
|
||||
#include <utility> // para move
|
||||
#include "asset.h" // para Asset
|
||||
#include "background.h" // para Background
|
||||
#include "balloon.h" // para Balloon, BALLOON_SCORE_1, BALLOON_...
|
||||
#include "balloon_formations.h" // para Stage, BalloonFormationParams, Bal...
|
||||
#include "bullet.h" // para Bullet, BulletType, BulletMoveStatus
|
||||
#include "explosions.h" // para Explosions
|
||||
#include "fade.h" // para Fade, FadeType
|
||||
#include "global_inputs.h" // para check
|
||||
#include "input.h" // para InputType, Input, INPUT_DO_NOT_ALL...
|
||||
#include "item.h" // para Item, ItemType::COFFEE_MACHINE, ItemType::CLOCK
|
||||
#include "jail_audio.h" // para JA_PlaySound
|
||||
#include "lang.h" // para getText
|
||||
#include "manage_hiscore_table.h" // para ManageHiScoreTable
|
||||
#include "notifier.h" // para Notifier
|
||||
#include "options.h" // para options
|
||||
#include "param.h" // para param
|
||||
#include "player.h" // para Player, PlayerStatus
|
||||
#include "resource.h" // para Resource
|
||||
#include "scoreboard.h" // para Scoreboard, ScoreboardMode, SCOREB...
|
||||
#include "screen.h" // para Screen
|
||||
#include "section.h" // para Name, name, Options, options
|
||||
#include "smart_sprite.h" // para SpriteSmart
|
||||
#include "text.h" // para Text, TEXT_CENTER
|
||||
#include "texture.h" // para Texture
|
||||
struct JA_Music_t; // lines 35-35
|
||||
struct JA_Sound_t; // lines 36-36
|
||||
#include "dbgtxt.h"
|
||||
|
||||
Reference in New Issue
Block a user