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

struct SoundEffect final {
    static void register_resource(void);

    std::string name;
    ALuint buffer;
};