rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
src
rolmodl
hpp
forwarddecl
Tex.hpp
1
#pragma once
2
#include <
cstdint
>
3
4
#include <SDL.h>
5
6
namespace
rolmodl
{
7
enum class
TextureType;
8
9
namespace
textureType::unsafe {
10
constexpr TextureType fromSDLEnum(
const
int
a) noexcept;
11
constexpr
int
toSDLEnum(
const
TextureType a) noexcept;
12
}
13
14
struct
TextureInfo;
15
16
class
Tex;
17
class
StaticTex;
18
class
LockTex;
19
class
RenTex;
20
class
TexLock;
21
}
cstdint
rolmodl
Main namespace.
Definition:
Base.cpp:7
Generated by
1.8.16