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

17 lines
249 B
C

#ifndef __SNAGLOB_H__
#define __SNAGLOB_H__
#ifdef __cplusplus
extern "C" {
#endif
#define SNA_LOAD_SCRIPT 0
#define SNA_LOAD_SNAPSHOT 1
#define SNA_SAVE_SNAPSHOT 2
#ifdef __cplusplus
}/* extern "C" */
#endif
#endif /* __SNAGLOB_H__*/