Toquetechant includes
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
#include "const.h"
|
||||
#include "menu.h"
|
||||
#include <algorithm> // for max
|
||||
#include <fstream> // for char_traits, basic_ostream, operator<<, basi...
|
||||
#include <iostream> // for cout
|
||||
#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 "resource.h" // for Resource
|
||||
#include "text.h" // for Text
|
||||
|
||||
// Constructor
|
||||
Menu::Menu(SDL_Renderer *renderer, Resource *resource, Asset *asset, Input *input, std::string file)
|
||||
|
||||
Reference in New Issue
Block a user