Polyphase Game Engine
Loading...
Searching...
No Matches
TimelinePanel.h
Go to the documentation of this file.
1#pragma once
2
3#if EDITOR
4
5class Timeline;
6class TimelineTrack;
7
8void DrawTimelinePanel();
9void OpenTimelineForEditing(Timeline* timeline);
10void CloseTimelinePanel();
11
12#endif
Definition TimelineTrack.h:25
Definition Timeline.h:10