cae
0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
IPhysic.hpp
Go to the documentation of this file.
1
///
2
/// @file IPhysic.hpp
3
/// @brief This file contains the physic interface
4
/// @namespace cae
5
///
6
7
#pragma once
8
9
#include "
Utils/Interfaces/IPlugin.hpp
"
10
11
namespace
cae
12
{
13
14
///
15
/// @interface IPhysic
16
/// @brief Interface for physics
17
/// @namespace cae
18
///
19
class
IPhysic
:
public
utl::IPlugin
20
{
21
22
public
:
23
~IPhysic
()
override
=
default
;
24
25
};
// interface IPhysic
26
27
}
// namespace cae
IPlugin.hpp
This file contains the plugin interface.
cae::IPhysic
Interface for physics.
Definition
IPhysic.hpp:20
cae::IPhysic::~IPhysic
~IPhysic() override=default
utl::IPlugin
Interface for plugins.
Definition
IPlugin.hpp:46
cae
modules
Interfaces
include
Interfaces
Physic
IPhysic.hpp
Generated by
1.11.0