Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
AudioListenerComponent.hpp
1
#pragma once
2
3
#include "EngineCore/Reflection/ComponentReflection.hpp"
4
#include "Common/Math.hpp"
5
6
namespace
Grindstone {
7
struct
AudioListenerComponent
{
8
char
garbage;
// Remove this but this won't compile without it
9
10
REFLECT(
"AudioListener"
)
11
};
12
}
Grindstone::AudioListenerComponent
Definition
AudioListenerComponent.hpp:7
sources
code
Plugins
AudioOpenAL
Components
AudioListenerComponent.hpp
Generated by
1.12.0