Subversion Repositories gelsvn

Rev

Rev 102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 102 Rev 448
Line 1... Line 1...
1
#ifndef __OSTIMER_H__
1
#ifndef __UTIL_OSTIMER_H__
2
#define __OSTIMER_H__
2
#define __UTIL_OSTIMER_H__
3
 
3
 
4
// Created by bdl 5. april 2002
4
// Created by bdl 5. april 2002
5
// The purpose of this file is to make a timer function that is as 
5
// The purpose of this file is to make a timer function that is as 
6
// precise as posible on any given platform
6
// precise as posible on any given platform
7
#if (_MSC_VER >= 1200)
7
#if (_MSC_VER >= 1200)