home *** CD-ROM | disk | FTP | other *** search
- #ifndef AACLOCK_H
- #define AACLOCK_H
-
- void aa_goclock(void); /* initialize clock */
- long aa_getclock(void); /* unfiltered 4608 hz clock. Will sometimes go
- briefly backwards. This is ok for FLI file playing.*/
-
- #define AA_CLOCK_HZ 4608 /* Frequency of clock */
- #define AA_MONITOR_HZ 70 /* Frequency of Monitor */
- #define AA_CLOCK_SCALE (AA_CLOCK_HZ/AA_MONITOR_HZ)
-
- #endif /* AACLOCK_H */
-