11 lines
219 B
C
11 lines
219 B
C
|
|
#ifndef ARC_SDL_RENDERER_H_
|
||
|
|
#define ARC_SDL_RENDERER_H_
|
||
|
|
|
||
|
|
#include "arc/graphics/renderer.h"
|
||
|
|
#include "arc/graphics/window.h"
|
||
|
|
#include <SDL3/SDL.h>
|
||
|
|
|
||
|
|
typedef SDL_Renderer ARC_RendererType;
|
||
|
|
|
||
|
|
#endif // !ARC_SDL_RENDERER_H_
|