Timestamp.cpp 319 B

12345678910111213
  1. // Copyright (C) 2014, Panagiotis Christopoulos Charitos.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include "anki/core/Timestamp.h"
  6. namespace anki {
  7. // WARNING: If you change that prepare for allot of pain
  8. Timestamp globTimestamp = 1;
  9. } // end namespace anki