Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
RendererBackend.h
Go to the documentation of this file.
1#pragma once
2
3namespace mnd
4{
5
7{
8public:
9 virtual ~RendererBackend() = default;
10
11 virtual bool Init() = 0;
12};
13
14} // namespace mnd
virtual bool Init()=0
virtual ~RendererBackend()=default