reman3/Rayman_X/cpa/public/SNA/snavig.h

16 lines
216 B
C

#ifndef __SNAVIG_H__
#define __SNAVIG_H__
#ifdef __cplusplus
extern "C" {
#endif
unsigned long SNA_fn_ulGetMaxVignetteValueForLevel();
#ifdef __cplusplus
}/* extern "C" */
#endif
#endif /* __SNAVIG_H__*/