summaryrefslogtreecommitdiffstats
path: root/src/game/client/resource/sound_effect.hh
blob: f2db33b929607a5c1db580233ed857f83f4b4c8c (plain)
1
2
3
4
5
6
7
8
#pragma once

struct SoundEffect final {
    static void register_resource(void);

    std::string name;
    ALuint buffer;
};