version 1.1 | version 1.2 | |||
---|---|---|---|---|
|
| |||
/* Copyright 2000 Tim Rightnour */ | ||||
#ifndef _TOD_H_ | ||||
#define _TOD_H_ | ||||
#define PTICKS_PER_CLOCK 1500 | #define PTICKS_PER_CLOCK 1500 | |||
/* game time */ | /* game time */ | |||
|
| |||
/* from common/time.c */ | /* from common/time.c */ | |||
extern void get_tod(timeofday_t *tod); | extern void get_tod(timeofday_t *tod); | |||
#endif /* _TOD_H_ */ |
Legend:
|