| 123456789101112131415161718 |
- // Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- #ifndef ANKI_CORE_TIMESTAMP_H
- #define ANKI_CORE_TIMESTAMP_H
- #include "anki/util/StdTypes.h"
- namespace anki {
- /// Timestamp type
- typedef U32 Timestamp;
- } // end namespace anki
- #endif
|