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
4
namespace
le
{
5
class
Error
:
public
std::runtime_error {
6
using
std::runtime_error::runtime_error;
7
};
8
}
// namespace le
le::Error
Definition
error.hpp:5
le
Definition
animation.hpp:8
lib
include
le2d
error.hpp
Generated by
1.9.8