NAP
sequencetrackaudio.h
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4 
5 #pragma once
6 
7 // NAP includes
8 #include <sequencetrack.h>
9 
10 // external includes
11 #include <nap/resource.h>
12 #include <nap/resourceptr.h>
13 #include <glm/glm.hpp>
14 
15 namespace nap
16 {
18 
23  class NAPAPI SequenceTrackAudio : public SequenceTrack
24  {
25  RTTI_ENABLE(SequenceTrack)
26  };
27 }
nap::SequenceTrack
Definition: sequencetrack.h:22
nap::SequenceTrackAudio
Definition: sequencetrackaudio.h:23
nap
Definition: templateapp.h:17