11 lines
113 B
C
11 lines
113 B
C
|
#ifndef _ROLLOVER_H
|
||
|
#define _ROLLOVER_H
|
||
|
|
||
|
|
||
|
void StatAdd(statcnt *, unsigned long);
|
||
|
void Rollover(void);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|