X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAudio%2FSounds.hpp;h=81192d5ed160c755561542f6b5359562933d3c91;hb=9981ce00aba99f97ecca8ff7e9331c3a11d8c1be;hp=4ceddeca15013144196bb1675b490c4db21f44ad;hpb=03fbcc5b5e18dbf62c48849fc8d02cd250aa744e;p=lugaru.git diff --git a/Source/Audio/Sounds.hpp b/Source/Audio/Sounds.hpp index 4ceddec..81192d5 100644 --- a/Source/Audio/Sounds.hpp +++ b/Source/Audio/Sounds.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -22,7 +22,7 @@ along with Lugaru. If not, see . #include "Math/XYZ.hpp" -enum sound_types { +enum sound_type { #define DECLARE_SOUND(id, filename) id, #include "Sounds.def" #undef DECLARE_SOUND