Skip to content

Commit

Permalink
Update AudioType.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniLipponen committed Apr 25, 2023
1 parent 459c06b commit 8ed67d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions include/TML/Audio/AudioType.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#pragma once
#include <TML/Export.h>
#include <TML/Audio/AudioEffect.h>
#include <cstdint>
#include <vector>
#include <unordered_map>
#include <memory>
#include <string>
#include <optional>

namespace tml
{
Expand Down Expand Up @@ -46,4 +41,4 @@ namespace tml
State m_state = Stopped;
uint64_t m_id;
};
}
}

0 comments on commit 8ed67d6

Please sign in to comment.