AppleWin/source/frontends/sa2/utils.h

8 lines
200 B
C
Raw Normal View History

#pragma once
#include <SDL.h>
#include <memory>
#include <iosfwd>
void printRendererInfo(std::ostream & os, std::shared_ptr<SDL_Renderer> & ren, const Uint32 pixelFormat, const int selectedDriver);