rayzor
diff src/timer.h @ 22:5380ff64e83f
minor changes from dos, and line endings cleanup
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 02 May 2014 14:32:58 +0300 |
parents | 235c8b764c0b |
children |
line diff
1.1 --- a/src/timer.h Tue Apr 15 20:52:05 2014 +0300 1.2 +++ b/src/timer.h Fri May 02 14:32:58 2014 +0300 1.3 @@ -1,6 +1,6 @@ 1.4 /* 1.5 -256-color 3D graphics hack for real-mode DOS. 1.6 -Copyright (C) 2011 John Tsiombikas <nuclear@member.fsf.org> 1.7 +pit8254 timer code for DOS programs. 1.8 +Copyright (C) 2011-2014 John Tsiombikas <nuclear@member.fsf.org> 1.9 1.10 This program is free software: you can redistribute it and/or modify 1.11 it under the terms of the GNU General Public License as published by 1.12 @@ -29,6 +29,7 @@ 1.13 1.14 void reset_timer(void); 1.15 unsigned long get_msec(void); 1.16 +unsigned long get_ticks(void); 1.17 1.18 #ifdef __cplusplus 1.19 }