Skip to content

Commit

Permalink
Export sound enum
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyPtn committed Oct 16, 2024
1 parent 3283732 commit 891843b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sound.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct musicinfo_t
//
// Identifiers for all sfx in game.
//
enum sfxenum_t
export enum sfxenum_t
{
sfx_None,
sfx_pistol,
Expand Down Expand Up @@ -341,7 +341,7 @@ musicinfo_t S_music[] = {
//
// Identifiers for all music in game.
//
enum musicenum_t
export enum musicenum_t
{
mus_None,
mus_e1m1,
Expand Down

0 comments on commit 891843b

Please sign in to comment.