Pasaeta de include-what-you-use
Afegit fitxer CMakeLists.txt
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#include "const.h"
|
||||
#include "menu.h"
|
||||
#include <iostream>
|
||||
#include <algorithm> // for max, min
|
||||
#include <fstream> // for char_traits, basic_ifstream, basic_istream
|
||||
#include <sstream> // for basic_stringstream
|
||||
#include "asset.h" // for Asset
|
||||
#include "input.h" // for Input, REPEAT_FALSE, inputs_e
|
||||
#include "jail_audio.h" // for JA_LoadSound, JA_PlaySound, JA_DeleteSound
|
||||
#include "text.h" // for Text
|
||||
|
||||
// Constructor
|
||||
Menu::Menu(SDL_Renderer *renderer, Asset *asset, Input *input, std::string file)
|
||||
|
||||
Reference in New Issue
Block a user