00001 #ifndef __REMOTEALGORITHMDEFINES_H__ 00002 #define __REMOTEALGORITHMDEFINES_H__ 00003 00011 enum RAE_DATATYPE { 00012 RAE_INTEGER 00013 }; 00014 00023 struct RAE_VALUE 00024 { 00025 RAE_DATATYPE dataType; 00026 union 00027 { 00028 GSint intValue; 00029 }; 00030 }; 00031 00032 #endif // __REMOTEALGORITHMDEFINES_H__
Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team