Tramway SDK v0.1.1
sprite.h
Go to the documentation of this file.
1// Tramway Drifting and Dungeon Exploration Simulator SDK Runtime
2
3#ifndef TRAM_SDK_RENDER_OPENGL_SPRITE_H
4#define TRAM_SDK_RENDER_OPENGL_SPRITE_H
5
6#include <render/render.h>
7#include <render/renderer.h>
8
9namespace tram::Render::API {
10
11
12
13}
14
15#endif // TRAM_SDK_RENDER_OPENGL_SPRITE_H
Rendering backend API.