LkEngine 0.1.2
 
Loading...
Searching...
No Matches
PhysicsAPI.h
Go to the documentation of this file.
1
5#pragma once
6
11namespace LkEngine {
12
21 {
22 public:
23 virtual ~IPhysicsAPI() = default;
24 };
25
26}
Definition PhysicsAPI.h:21
Definition Asset.h:11