This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
<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&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>LadderDefines.h</h1><a href="LadderDefines_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">//****************************************************************************</span>
00002 <span class="comment">//* Author: Guillaume Plante</span>
00008 <span class="comment"></span><span class="comment">//****************************************************************************</span>
00009
00010
00011 <span class="preprocessor">#ifndef __LADDERDEFINES_H__</span>
00012 <span class="preprocessor"></span><span class="preprocessor">#define __LADDERDEFINES_H__</span>
00013 <span class="preprocessor"></span>
00014 <span class="preprocessor">#include "define.h"</span>
00015 <span class="preprocessor">#include "GSTypes.h"</span>
00016
<a name="l00017"></a><a class="code" href="LadderDefines_8h.html#a0">00017</a> <span class="preprocessor">#define LADDER_QUERY_VERSION 1 </span>
00018 <span class="preprocessor"></span>
<a name="l00019"></a><a class="code" href="LadderDefines_8h.html#a1">00019</a> <span class="preprocessor"></span><span class="preprocessor">#define LADDER_NAME_LENGTH 1025 </span>
<a name="l00020"></a><a class="code" href="LadderDefines_8h.html#a2">00020</a> <span class="preprocessor">#define LADDER_FIELDNAME_LENGTH 129 </span>
<a name="l00021"></a><a class="code" href="LadderDefines_8h.html#a3">00021</a> <span class="preprocessor">#define LADDER_FIELDCAPTION_LENGTH 33 </span>
<a name="l00022"></a><a class="code" href="LadderDefines_8h.html#a4">00022</a> <span class="preprocessor">#define LADDER_FIELDVALUE_LENGTH 129 </span>
00023 <span class="preprocessor"></span>
00024 <span class="preprocessor"></span>
<a name="l00030"></a><a class="code" href="LadderDefines_8h.html#a8">00030</a> <span class="keyword">typedef</span> <span class="keyword">enum</span>
00031 {
00032 FILTER_EQUAL,
00033 FILTER_ABOVE,
00034 FILTER_BELOW
00035 } <a class="code" href="LadderDefines_8h.html#a8">E_FILTER_OPERATOR</a>;
00036
<a name="l00045"></a><a class="code" href="structLADDER__FILTER.html">00045</a> <span class="keyword">typedef</span> <span class="keyword">struct</span>
00046 <span class="keyword"></span>{
<a name="l00047"></a><a class="code" href="structLADDER__FILTER.html#o0">00047</a> GSchar szFieldName[<a class="code" href="LadderDefines_8h.html#a2">LADDER_FIELDNAME_LENGTH</a>];
<a name="l00048"></a><a class="code" href="structLADDER__FILTER.html#o1">00048</a> <a class="code" href="LadderDefines_8h.html#a8">E_FILTER_OPERATOR</a> eOperator;
<a name="l00049"></a><a class="code" href="structLADDER__FILTER.html#o2">00049</a> GSint iValue;
00050 } <a class="code" href="structLADDER__FILTER.html">LADDER_FILTER</a>;
00051
00052
<a name="l00060"></a><a class="code" href="structLADDER__ROW.html">00060</a> <span class="keyword">struct </span><a class="code" href="structLADDER__ROW.html">LADDER_ROW</a>
00061 {
00062 GSchar player[NAMELENGTH];
00063 GSushort valueCount;
00064 GSint * values;
00065 };
00066
00067 <span class="preprocessor">#endif //__LADDERDEFINES_H__</span>
</pre></div><hr>
<p align="right">
<i>Ubi.com GameService SDK - &copy;UbiSoft Entertainment 2002 </i><br>
<i><a href="mailto:gsdevteam@ubisoft.com">GameService development team</a></i>
</p>
</body>
</html>