le2d v0.4.7
2D game engine framework
 
Loading...
Searching...
No Matches
error.hpp
Go to the documentation of this file.
1#pragma once
2#include <stdexcept>
3
4namespace le {
5class Error : public std::runtime_error {
6 using std::runtime_error::runtime_error;
7};
8} // namespace le
Definition error.hpp:5
Definition animation.hpp:8