mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix filename.
This commit is contained in:
parent
16306fed82
commit
3fd2451163
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <sprout/compost/effects/changed_volume.hpp>
|
||||
#include <sprout/compost/effects/reverbed.hpp>
|
||||
#include <sprout/compost/effects/distorted.hpp>
|
||||
#include <sprout/compost/effects/overdrived.hpp>
|
||||
#include <sprout/compost/effects/overdriven.hpp>
|
||||
#include <sprout/compost/effects/fuzzed.hpp>
|
||||
#include <sprout/compost/effects/compressed.hpp>
|
||||
#include <sprout/compost/effects/tremolo.hpp>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVED_HPP
|
||||
#define SPROUT_COMPOST_EFFECTS_OVERDRIVED_HPP
|
||||
#ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP
|
||||
#define SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/utility/forward.hpp>
|
||||
|
@ -103,4 +103,4 @@ namespace sprout {
|
|||
} // namespace compost
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVED_HPP
|
||||
#endif // #ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP
|
Loading…
Reference in a new issue