diff options
Diffstat (limited to 'core/src/Entrypoint/Backend.hpp')
-rw-r--r-- | core/src/Entrypoint/Backend.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/Entrypoint/Backend.hpp b/core/src/Entrypoint/Backend.hpp index 9ceccb1..ca391e6 100644 --- a/core/src/Entrypoint/Backend.hpp +++ b/core/src/Entrypoint/Backend.hpp @@ -2,7 +2,8 @@ #include <memory> -class RenderingBackend { +class RenderingBackend +{ public: // Implemented in Backend_OpenGL2.cpp static std::unique_ptr<RenderingBackend> CreateOpenGL2Backend(); |