![]() |
Gorgon Game Engine
|
Go to the source code of this file.
Namespaces | |
Gorgon | |
Root namespace for Gorgon Game Engine. | |
Gorgon::Graphics | |
Contains generic 2D graphics related data structures and functions. | |
Typedefs | |
using | BitmapAnimation = BitmapAnimationProvider::AnimationType |
using | BitmapAnimationProvider = basic_TextureAnimationProvider< Bitmap, basic_TextureAnimation, basic_AnimationFrame< Bitmap > > |
using | ConstBitmapAnimation = ConstBitmapAnimationProvider::AnimationType |
using | ConstBitmapAnimationProvider = basic_TextureAnimationProvider< const Bitmap, basic_TextureAnimation, basic_AnimationFrame< const Bitmap > > |
using | ConstImageAnimation = ConstImageAnimationProvider::AnimationType |
using | ConstImageAnimationProvider = basic_TextureAnimationProvider< const Image, basic_TextureAnimation, basic_AnimationFrame< const Image > > |
using | ImageAnimation = ImageAnimationProvider::AnimationType |
using | ImageAnimationProvider = basic_TextureAnimationProvider< Image, basic_TextureAnimation, basic_AnimationFrame< Image > > |