Blender  V3.3
TimeStamp.cpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
8 #include "TimeStamp.h"
9 
10 namespace Freestyle {
11 
12 TimeStamp TimeStamp::_instance;
13 
14 } /* namespace Freestyle */
Class defining a singleton used as timestamp.
inherits from class Rep
Definition: AppCanvas.cpp:18