diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/libparsec/include/sl_timer.h | |
| download | openparsec-main.tar.xz openparsec-main.zip | |
Diffstat (limited to 'src/libparsec/include/sl_timer.h')
| -rw-r--r-- | src/libparsec/include/sl_timer.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/libparsec/include/sl_timer.h b/src/libparsec/include/sl_timer.h new file mode 100644 index 0000000..1e738ad --- /dev/null +++ b/src/libparsec/include/sl_timer.h @@ -0,0 +1,30 @@ +/* + * PARSEC HEADER: sl_timer.h + */ + +#ifndef _SL_TIMER_H_ +#define _SL_TIMER_H_ + + +// sl_timer.c implements the following functions +// --------------------------------------------- +// void SYSs_InitRefFrameCount(); +// refframe_t SYSs_GetRefFrameCount(); +// void SYSs_PauseRefFrameCount(); +// void SYSs_ResumeRefFrameCount(); +// void SYSs_Wait( refframe_t refframes ); +// int SYSs_InitFrameTimer(); +// int SYSs_KillFrameTimer(); +// int SYSs_Yield(); + +// sl_timer.c implements the following variables +// --------------------------------------------- +// extern dword FrameRate; +// extern dword FrameCounter; +// extern dword RefTimeCount; +// extern dword RefFrameCount; + + +#endif // _SL_TIMER_H_ + + |
