Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
sound_type.h File Reference
#include <cstdint>
Include dependency graph for sound_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  SoundType : uint8_t { GENERIC = 0 , SDL_MIXER = 1 }
 

Enumeration Type Documentation

◆ SoundType

enum class SoundType : uint8_t
strong
Enumerator
GENERIC 
SDL_MIXER