Toquetechant includes
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include "cheevos.h"
|
||||
#include <iostream>
|
||||
#include <SDL2/SDL_error.h> // for SDL_GetError
|
||||
#include <SDL2/SDL_rwops.h> // for SDL_RWFromFile, SDL_RWclose, SDL_RWwrite
|
||||
#include <stddef.h> // for NULL
|
||||
#include <iostream> // for basic_ostream, operator<<, cout, endl
|
||||
#include "screen.h" // for Screen
|
||||
#include "utils.h" // for options_t
|
||||
|
||||
// Constructor
|
||||
Cheevos::Cheevos(Screen *screen, options_t *options, std::string file)
|
||||
|
||||
Reference in New Issue
Block a user