CoriEngine
Loading...
Searching...
No Matches
IDDefs.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace Cori {
4 namespace Audio {
5 using TrackID = uint16_t;
6 using SoundID = uint32_t;
7 }
8}
Everything connected to audio is in this namespace.
Definition IDDefs.hpp:4
uint16_t TrackID
Definition IDDefs.hpp:5
uint32_t SoundID
Definition IDDefs.hpp:6
Global engine namespace.