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
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5enum class SoundType : uint8_t { GENERIC = 0, SDL_MIXER = 1 };
SoundType
Definition sound_type.h:5