35 lines
1.8 KiB
HTML
35 lines
1.8 KiB
HTML
<HTML>
|
|
|
|
<HEAD>
|
|
<TITLE>Ubi.com GameService SDK</TITLE>
|
|
<LINK href="./gs-sdk-doc.css" rel="stylesheet" type="text/css">
|
|
</HEAD>
|
|
|
|
<BODY >
|
|
<!-- Generated by Doxygen 1.3.4 -->
|
|
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
|
|
<h1>RemoteAlgorithmDefines.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef __REMOTEALGORITHMDEFINES_H__</span>
|
|
00002 <span class="preprocessor"></span><span class="preprocessor">#define __REMOTEALGORITHMDEFINES_H__</span>
|
|
00003 <span class="preprocessor"></span>
|
|
00011 <span class="keyword">enum</span> RAE_DATATYPE {
|
|
00012 RAE_INTEGER
|
|
00013 };
|
|
00014
|
|
<a name="l00023"></a><a class="code" href="structRAE__VALUE.html">00023</a> <span class="keyword">struct </span><a class="code" href="structRAE__VALUE.html">RAE_VALUE</a>
|
|
00024 {
|
|
<a name="l00025"></a><a class="code" href="structRAE__VALUE.html#o0">00025</a> RAE_DATATYPE <a class="code" href="structRAE__VALUE.html#o0">dataType</a>;
|
|
00026 <span class="keyword">union</span>
|
|
00027 <span class="keyword"> </span>{
|
|
<a name="l00028"></a><a class="code" href="structRAE__VALUE.html#o1">00028</a> GSint <a class="code" href="structRAE__VALUE.html#o1">intValue</a>;
|
|
00029 };
|
|
00030 };
|
|
00031
|
|
00032 <span class="preprocessor">#endif // __REMOTEALGORITHMDEFINES_H__</span>
|
|
</pre></div><hr>
|
|
<p align="right">
|
|
<i>Ubi.com GameService SDK - ©UbiSoft Entertainment 2002 </i><br>
|
|
<i><a href="mailto:gsdevteam@ubisoft.com">GameService development team</a></i>
|
|
</p>
|
|
</body>
|
|
</html>
|