De moment ja compila i executa, encara que no troba alguns fitxers
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "options.h"
|
||||
#include "defines.h"
|
||||
#include "screen.h"
|
||||
#include <fstream> // Para basic_ofstream, basic_ifstream
|
||||
#include <iostream> // Para basic_ostream, operator<<, cout
|
||||
#include <unordered_map> // Para unordered_map
|
||||
#include <functional> // Para std::function
|
||||
#include <SDL2/SDL_video.h> // for SDL_WINDOW_FULLSCREEN, SDL_WINDOW_FULLSC...
|
||||
#include <fstream> // for basic_ostream, operator<<, basic_ofstream
|
||||
#include <functional> // for function
|
||||
#include <iostream> // for cout, cerr
|
||||
#include <unordered_map> // for unordered_map, operator==, _Node_const_i...
|
||||
#include <utility> // for pair
|
||||
|
||||
// Variables
|
||||
Options options;
|
||||
|
||||
Reference in New Issue
Block a user