Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/movie_player/src/subprojects/benchmark.h @ 4217

Last change on this file since 4217 was 4217, checked in by bensch, 19 years ago

orxonox/branches/movie_player: merged the trunk back into the movie_player
merged with command:
svn merge -r 4014:HEAD ../trunk/ movie_player/
no conflicts

File size: 162 bytes
Line 
1/*!
2    \file benchmark.h
3    \brief benchmark functions
4*/ 
5
6
7#ifndef _BENCHMARK_H
8#define _BENCHMARK_H
9
10int startBenchmarks(void);
11
12
13#endif /* _BENCHMARK_H */
Note: See TracBrowser for help on using the repository browser.