|
Raylib C++
1.0.0
Encapsulates the raylib library
|
Exception thrown when an animation is not found. More...
#include <RlAnimation.hpp>


Public Member Functions | |
| RlAnimationException (const std::string &message) | |
| Construct a new RlAnimationException object. More... | |
Public Member Functions inherited from raylib::ex::RaylibException | |
| RaylibException (const std::string &msg, bool prefix=true) | |
| RaylibException constructor. More... | |
| const char * | what () const noexcept override |
| What override. More... | |
Exception thrown when an animation is not found.
|
inlineexplicit |
Construct a new RlAnimationException object.
| message | the message |
1.8.17