2002-02-02 15:44:27 +00:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <assert.h>
|
|
|
|
#include <ctype.h>
|
2002-09-13 14:36:07 +00:00
|
|
|
#ifndef RONIN_TIMER_ACCESS
|
|
|
|
#define Timer ronin_Timer
|
|
|
|
#endif
|
2002-02-02 15:44:27 +00:00
|
|
|
#include <ronin/ronin.h>
|
2002-09-13 14:36:07 +00:00
|
|
|
#ifdef Timer
|
|
|
|
#undef Timer
|
|
|
|
#endif
|