annotate linux/timer.h @ 1197:80ca716ce5e9

Made surface locks switchable via preprocessor.
author atmosfear
date Sat, 23 Jun 2001 10:18:23 +0000
parents fb1fc94eaff0
children c2ed1e5742ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 void InitTimer();
99
fb1fc94eaff0 removed redundancy...
arpi_esp
parents: 1
diff changeset
3 unsigned int GetTimer();
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 //int uGetTimer();
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 float GetRelativeTime();
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6