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