9 lines
166 B
C
Executable File
9 lines
166 B
C
Executable File
#ifndef TIME_H
|
|
#define TIME_H
|
|
|
|
|
|
void Score(int segment);
|
|
void Update_Timer(int, int, char[]);
|
|
void Timer(int*, int*, unsigned long int*, int*, int*, char[]);
|
|
|
|
#endif |