This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file Timer.cpp | |
* | |
* A simple timer wrapper implementation for Linux (can be adjusted for other OSs easily). | |
* | |
* @author Isaac Garzon | |
* @since 05/04/2015 | |
*/ | |
#if !defined(__linux__) |
NewerOlder