Elevate Engine 1
Loading...
Searching...
No Matches
AudioDistanceProbe.h
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
7
8namespace Elevate
9{
11 {
12 public:
14 EECATEGORY("Audio")
15
16 void Init() override;
17 void Destroy() override;
18
20 };
21}
#define EECATEGORY(name)
#define BEGIN_COMPONENT(T,...)
#define END_COMPONENT()