#include <SDL.h>
#include <memory>
#include <string>
#include <vector>
#include "absl/debugging/failure_signal_handler.h"
#include "absl/debugging/symbolize.h"
#include "absl/status/status.h"
#include "app/core/platform/sdl_deleter.h"
#include "app/emu/snes.h"
#include "app/rom.h"
Go to the source code of this file.
Classes | |
struct | SDL_Deleter |
Deleter for SDL_Window and SDL_Renderer. More... | |
Functions | |
int | main (int argc, char **argv) |