1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #ifndef RNGPLAY_H
- #define RNGPLAY_H
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- #include "common.h"
- VOID
- PAL_RNGPlay(
- INT iNumRNG,
- INT iStartFrame,
- INT iNumFrames,
- INT iSpeed
- )
- #ifdef __cplusplus
- }
- #endif
- #endif
|