19 lines
793 B
C
19 lines
793 B
C
#ifndef __TANQUERY_H__
|
|
#define __TANQUERY_H__
|
|
|
|
/*=============================================================================
|
|
* define : action type used for OnQueryAction function
|
|
=============================================================================*/
|
|
#define C_cLoadAllAnimsAction 1
|
|
#define C_cGetEditorAnimFromEngineAnim 2
|
|
#define C_cIsEngineAnimLoaded 3
|
|
#define C_cReallyLoadEngineAnimation 4
|
|
#define C_cLoadAllAnimations 5
|
|
#define C_cSetCompleteLoadModeTAN 6
|
|
#define C_cPreLoadAllAnimation 7
|
|
/*=============================================================================
|
|
* define : action type used for OnQueryInfo function
|
|
=============================================================================*/
|
|
#define C_cGetCompleteLoadModeTAN 10
|
|
#endif /*__TANQUERY_H__*/
|