Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
sound_type.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
enum class
SoundType
: uint8_t {
GENERIC
= 0,
SDL_MIXER
= 1 };
SoundType
SoundType
Definition
sound_type.h:5
SoundType::SDL_MIXER
@ SDL_MIXER
SoundType::GENERIC
@ GENERIC
include
engine
audio
sound
sound_type.h
Generated by
1.9.8