mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Remove SDL2
This commit is contained in:
@@ -9,24 +9,7 @@
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
#include "Threading/Mutex.hpp"
|
||||
class TextException : public std::exception {
|
||||
|
||||
std::string error_message;
|
||||
public:
|
||||
|
||||
TextException(std::string ex)
|
||||
{
|
||||
error_message = "TextException: ";
|
||||
error_message.append(ex);
|
||||
}
|
||||
|
||||
|
||||
|
||||
const char * what() const noexcept override
|
||||
{
|
||||
return error_message.c_str();
|
||||
}
|
||||
};
|
||||
|
||||
namespace Tesses::Framework
|
||||
{
|
||||
template<typename...TArgs>
|
||||
|
||||
Reference in New Issue
Block a user