Replaced exception with runtime_error
This commit is contained in:
parent
a9bbbbb7a3
commit
aef5818474
5 changed files with 18 additions and 7 deletions
|
@ -10,6 +10,8 @@
|
|||
#define CORE_HPP
|
||||
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <glad/glad.h>
|
||||
|
||||
#ifdef OGLU_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue