Potato Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
EngineSubsystem.hpp
Go to the documentation of this file.
1
2
#pragma once
3
8
class
IEngineSubsystem
9
{
10
public
:
11
virtual
~IEngineSubsystem
() =
default
;
12
virtual
void
Resolve()
noexcept
= 0;
13
virtual
void
_BeginPlay() {};
14
};
IEngineSubsystem
Interface for internal engine classes.
Definition
EngineSubsystem.hpp:9
Core
EngineSubsystem.hpp
Generated by
1.17.0