Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
PluginWindow.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
plugin/APlugin.hpp
"
4
5
namespace
Window
{
6
class
Plugin
:
public
Engine::APlugin
{
7
public
:
8
using
APlugin::APlugin;
9
;
10
~Plugin
() =
default
;
11
12
void
Bind
() final;
13
};
14
}
// namespace Window
APlugin.hpp
Engine::APlugin
Abstract plugin class that add some utility functions to make it easier to register systems and resou...
Definition
APlugin.hpp:9
Window::Plugin
Definition
PluginWindow.hpp:6
Window::Plugin::~Plugin
~Plugin()=default
Window::Plugin::Bind
void Bind() final
Pure virtual method that must be implemented by derived plugin classes. This method is called when th...
Definition
PluginWindow.cpp:7
Window
Definition
OnResize.hpp:12
src
plugin
window
src
plugin
PluginWindow.hpp
Generated by
1.16.1