NAP
sequencetrackevent.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 // internal includes
8 #include "sequencetrack.h"
9 #include "sequencetracksegmentevent.h"
10 
11 // external includes
12 #include <nap/resource.h>
13 #include <nap/resourceptr.h>
14 #include <glm/glm.hpp>
15 
16 namespace nap
17 {
21  class NAPAPI SequenceTrackEvent : public SequenceTrack
22  {
23  RTTI_ENABLE(SequenceTrack)
24  };
25 }
nap::SequenceTrack
Definition: sequencetrack.h:22
nap::SequenceTrackEvent
Definition: sequencetrackevent.h:21
nap
Definition: templateapp.h:17