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
6namespace Grindstone {
8 char garbage; // Remove this but this won't compile without it
9
10 REFLECT("AudioListener")
11 };
12}
Definition AudioListenerComponent.hpp:7