mirror of
https://github.com/AntonioND/palib-archive.git
synced 2025-06-18 16:45:34 -04:00
PAlib 100707
This commit is contained in:
parent
4a11e49458
commit
7c2fdd80bb
@ -1,6 +1,26 @@
|
||||
---------------------------------------------
|
||||
| PAlib 0912XX STABLE: PAlib.evilness -= 99 | fincs
|
||||
---------------------------------------------
|
||||
-------------------------------------------------
|
||||
| PAlib 100707 QuickFix: The last PAlib release | fincs
|
||||
-------------------------------------------------
|
||||
|
||||
[General] Removed the ASlib IPC clear code, it was doing more harm than good.
|
||||
|
||||
[3DSprites] PA_3DCreateSprite now returns the GFX number.
|
||||
|
||||
[Linux] Fixed a backslash (\) path to use forward slash (/).
|
||||
|
||||
[Examples] The updating script screwed up some sound examples, it's now fixed.
|
||||
|
||||
[EFS] EFS support was dropped in favor of libfilesystem.
|
||||
|
||||
[Editors] PN support is now dropped.
|
||||
|
||||
[Fix] PAlib now works with devkitARM r31.
|
||||
|
||||
[Sprite] Fixed PA_DeleteSprite bug (thanks BassAceGold).
|
||||
|
||||
--------------------------------------------------
|
||||
| PAlib 0912XX STABLE beta: PAlib.evilness -= 99 | fincs
|
||||
--------------------------------------------------
|
||||
|
||||
Note: PAlib was a mess in the ARM7 side before this release.
|
||||
|
||||
|
6
PAlib Website.url
Normal file
6
PAlib Website.url
Normal file
@ -0,0 +1,6 @@
|
||||
[InternetShortcut]
|
||||
URL=http://www.palib-dev.com/
|
||||
HotKey=0
|
||||
IDList=
|
||||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,2
|
@ -1,6 +1,6 @@
|
||||
/---------------------------\
|
||||
|/-------------------------\|
|
||||
|| Welcome to PAlib 0912XX ||
|
||||
|| Welcome to PAlib 100707 ||
|
||||
|\-------------------------/|
|
||||
\---------------------------/
|
||||
|
||||
|
@ -4,22 +4,21 @@
|
||||
|\-------------------------------------------/|
|
||||
\---------------------------------------------/
|
||||
|
||||
Using this template you can get a PAlib C++ NDS application running in almost no time.
|
||||
Using this template you can get a PAlib C++ Nintendo DS application running in almost no time.
|
||||
You must get familiar with the structure of a PAlib project:
|
||||
|
||||
Folders:
|
||||
data - Contains data files that you want to include in your project.
|
||||
include - Contains header files (.h).
|
||||
source - Contains source files (.c, .cpp and .s). Those are your program.
|
||||
gfx - Contains PAGfx (a graphics converter) and the graphics for your program.
|
||||
audio - Contains module files (mod, s3m, xm and it) and sound effects (wav) for use with Maxmod.
|
||||
efsroot - Contains files which you will be able to read using EFS.
|
||||
data - Contains data files that you want to include in your project.
|
||||
include - Contains header files (.h).
|
||||
source - Contains source files (.c, .cpp and .s). Those are your program.
|
||||
gfx - Contains PAGfx (a graphics converter) and the graphics for your program.
|
||||
audio - Contains module files (mod, s3m, xm and it) and sound effects (wav) for use with Maxmod.
|
||||
filesystem - Contains files which will be embedded in the .nds file. Use libfilesystem to read them.
|
||||
|
||||
Files:
|
||||
build.bat and clean.bat - These are used to compile and clean your project (on Windows), respectively.
|
||||
Makefile - This is a special file that tells your system how to convert your project files into a NDS ROM (how to compile your project).
|
||||
(Optional) logo.bmp - This is a custom logo that will be shown in the application loader of your Nintendo DS instead of the default PAlib one.
|
||||
Template.pnproj - This is a project file that you can use with Programmers' Notepad, a source code editor.
|
||||
ReadMe.txt - The file you are reading! :P
|
||||
source/main.cpp - This contains the entry point of your program, you normally don't have to edit it.
|
||||
source/MyApp.cpp - This contains the source code of your program class.
|
||||
@ -31,12 +30,12 @@ Files:
|
||||
|
||||
- When you want to compile your project launch build.bat. Now a command prompt should open and you will see
|
||||
the status of the compiling process.
|
||||
/---------------------------------------------------------------------------------------------------------------------------\
|
||||
| TIP: Watch out for the warnings and errors! If you don't know what they mean, ask in the PAlib forums (forum.palib.info). |
|
||||
\---------------------------------------------------------------------------------------------------------------------------/
|
||||
/------------------------------------------------------------------------------------------------------------------------\
|
||||
| TIP: Watch out for the warnings and errors! If you don't know what they mean, ask in the PAlib forums (palib-dev.com). |
|
||||
\------------------------------------------------------------------------------------------------------------------------/
|
||||
- When you want to run your project, launch your favorite emulator (for example: PAlib/emulators/no$gba/no$gba.exe) and open the
|
||||
NDS file that has been generated.
|
||||
- If you want to use Programmers' Notepad, launch it and open the Template.pnproj file.
|
||||
- If you're using libfilesystem and your program doesn't work in your card use HomebrewMenu by devkitPro (go to devkitPro.org/hbmenu).
|
||||
|
||||
============================================
|
||||
| Linux/Mac/Other users, please read this! |
|
||||
@ -73,10 +72,6 @@ Sound/Music:
|
||||
Networking:
|
||||
dswifi - dswifi for DS<->AccessPoint connections (examples\Wifi\dswifi)
|
||||
|
||||
Filesystem:
|
||||
EFSlib - This library appends a filesystem to the NDS ROM (examples\FAT\EFS) - if you choose this, copy the patcher and the files
|
||||
source/efs_lib.c and source/efs_lib.h from the example.
|
||||
|
||||
/-----------------------------------------------------------------------------------------------------------------------------\
|
||||
| IMPORTANT: Your project will only work on the G6 and M3 Real cards if you choose an ARM7 core which is smaller than 64 KBs. |
|
||||
| Currently the only cores that can be used on those cards are the ARM7_MP3 and ARM7_MAXMOD_DSWIFI cores. |
|
||||
|
@ -14,7 +14,7 @@ pause
|
||||
echo.
|
||||
|
||||
cd ..\english\latex
|
||||
make > noise.txt
|
||||
make > NUL
|
||||
|
||||
cd..
|
||||
|
||||
|
@ -14,7 +14,7 @@ pause
|
||||
echo.
|
||||
|
||||
cd ..\french\latex
|
||||
make > noise.txt
|
||||
make > NUL
|
||||
|
||||
cd..
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -53,7 +53,7 @@
|
||||
}
|
||||
}
|
||||
</pre></div> </div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -74,7 +74,7 @@
|
||||
}
|
||||
}
|
||||
</pre></div> </div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -54,7 +54,7 @@ virtual void </td><td class="memItemRight" valign="bottom"><a class="el" hr
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Simple application abstraction layer for PAlib C++ programs. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -195,7 +195,7 @@ static <a class="el" href="a00004.htm">Fixed</a> </td><td class="memItemRig
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Fixed-point wrapper class. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -50,7 +50,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
|
||||
<p>Handle provider, use it to get dynamic sprite numbers for example. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -69,7 +69,7 @@ int </td><td class="memItemRight" valign="bottom"><a class="el" href="a0000
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Background structure. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -86,7 +86,7 @@ union {</td></tr>
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Represents a message sent through Fifo. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -45,7 +45,7 @@ int </td><td class="memItemRight" valign="bottom"><a class="el" href="a0000
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Simple point structure. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -60,7 +60,7 @@ LEGACY vuint32 </td><td class="memItemRight" valign="bottom"><a class="el"
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>PAlib transfer region type. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Fixed-point point class. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -66,7 +66,7 @@ u8 </td><td class="memItemRight" valign="bottom"><a class="el" href="a00011
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Sound info. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -113,7 +113,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Wrapper class for sprites. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>PAlib C++ namespace. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -676,7 +676,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -44,8 +44,8 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga54d2091d4ca17af2e729ff5c4983739a"></a><!-- doxytag: member="f3DSprites::PA_Reset3DSprites2Banks" ref="ga54d2091d4ca17af2e729ff5c4983739a" args="()" -->
|
||||
void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#ga54d2091d4ca17af2e729ff5c4983739a">PA_Reset3DSprites2Banks</a> ()</td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Resets the dual bank 3D system. <br/></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaba0835470673fc2e4e3f07d7a33c73de"></a><!-- doxytag: member="f3DSprites::PA_3DCreateSprite" ref="gaba0835470673fc2e4e3f07d7a33c73de" args="(u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)" -->
|
||||
static void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#gaba0835470673fc2e4e3f07d7a33c73de">PA_3DCreateSprite</a> (u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)</td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga9fc29238129ab36d5cbcf155cd3be9c2"></a><!-- doxytag: member="f3DSprites::PA_3DCreateSprite" ref="ga9fc29238129ab36d5cbcf155cd3be9c2" args="(u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)" -->
|
||||
static u16 </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#ga9fc29238129ab36d5cbcf155cd3be9c2">PA_3DCreateSprite</a> (u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)</td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Creates a 3D sprite. <br/></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga082a91187514271856577f4dabf398e1"></a><!-- doxytag: member="f3DSprites::PA_3DDeleteTex" ref="ga082a91187514271856577f4dabf398e1" args="(u32 tex_gfx)" -->
|
||||
void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#ga082a91187514271856577f4dabf398e1">PA_3DDeleteTex</a> (u32 tex_gfx)</td></tr>
|
||||
@ -527,7 +527,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -507,7 +507,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -229,7 +229,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -2026,7 +2026,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -309,7 +309,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -135,7 +135,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -1320,7 +1320,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -493,7 +493,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -517,7 +517,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -287,7 +287,7 @@ static s32 </td><td class="memItemRight" valign="bottom"><a class="el" href
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -352,7 +352,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -374,7 +374,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -51,7 +51,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Macros, variables, and prototypes needed for DS controller accessory (Guitar Hero Grip, Taito Paddle, ...) support. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -502,7 +502,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -111,7 +111,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -270,7 +270,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -40,7 +40,7 @@ motion_struct </td><td class="memItemRight" valign="bottom"><a class="el" h
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>Easy enable and play around with your DS Motion ! </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -719,7 +719,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -100,7 +100,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -290,7 +290,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -3049,7 +3049,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -1846,7 +1846,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -1083,7 +1083,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -1321,7 +1321,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -45,7 +45,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>C++ wrappers for PAlib </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -354,7 +354,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -40,7 +40,7 @@
|
||||
<tr><td class="indexkey"><a class="el" href="a00012.htm">PA::Sprite</a></td><td class="indexvalue">Wrapper class for sprites </td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -36,7 +36,7 @@
|
||||
</td><td><a class="el" href="a00006.htm">PA_BgStruct</a> </td><td><a class="el" href="a00009.htm">PA_TransferRegion</a> </td><td><a class="el" href="a00011.htm">SoundInfo</a> </td></tr><tr><td><a name="letter_F"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> F </div></td></tr></table>
|
||||
</td><td><a class="el" href="a00005.htm">HandleProvider</a> (<a class="el" href="a00060.htm">PA</a>) </td><td><a class="el" href="a00007.htm">PA_FifoMsg</a> </td><td><a class="el" href="a00010.htm">Point</a> (<a class="el" href="a00060.htm">PA</a>) </td><td><a class="el" href="a00012.htm">Sprite</a> (<a class="el" href="a00060.htm">PA</a>) </td></tr></table><div class="qindex"><a class="qindex" href="#letter_A">A</a> | <a class="qindex" href="#letter_F">F</a> | <a class="qindex" href="#letter_H">H</a> | <a class="qindex" href="#letter_P">P</a> | <a class="qindex" href="#letter_S">S</a></div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -144,7 +144,7 @@
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -485,7 +485,7 @@ Here is a list of all documented struct and union fields with links to the struc
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -328,7 +328,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -253,7 +253,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<param name="FrameName" value="right">
|
||||
</OBJECT>
|
||||
<UL>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Name" value="PAlib 0911XX Documentation"><param name="Local" value="main.htm"><param name="ImageNumber" value="11"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Name" value="PAlib 100707 Documentation"><param name="Local" value="main.htm"><param name="ImageNumber" value="11"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Name" value="Deprecated List"><param name="Local" value="deprecated.htm"><param name="ImageNumber" value="11"></OBJECT>
|
||||
<UL>
|
||||
</UL>
|
||||
|
@ -251,7 +251,7 @@
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00009.htm#a8ba70e6accdcb8ac472e6e7c431baccf"><param name="Name" value="extra"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm"><param name="Name" value="f3DSprites"></OBJECT>
|
||||
<UL>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#gaba0835470673fc2e4e3f07d7a33c73de"><param name="Name" value="PA_3DCreateSprite"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#ga9fc29238129ab36d5cbcf155cd3be9c2"><param name="Name" value="PA_3DCreateSprite"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#ga1a562aaa211a00c76cbe7b2e9ece0676"><param name="Name" value="PA_3DCreateSpriteFromTex"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#gadefd38af3b139476d2869f9988b8f227"><param name="Name" value="PA_3DCreateTex"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#ga2acf81ff23cd85f13c8a4a51e9af5749"><param name="Name" value="PA_3DDeleteSprite"></OBJECT>
|
||||
@ -623,7 +623,7 @@
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00061.htm#gae318d23f473b175e708d4a24a4536e6b"><param name="Name" value="PA_16cGetPixel"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00061.htm#gab3e18f483a3949d2ce5b2cb0c0bef222"><param name="Name" value="PA_16cPutPixel"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00061.htm#gacf8e66be974b8efdebe04b5b784acadd"><param name="Name" value="PA_16cText"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#gaba0835470673fc2e4e3f07d7a33c73de"><param name="Name" value="PA_3DCreateSprite"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#ga9fc29238129ab36d5cbcf155cd3be9c2"><param name="Name" value="PA_3DCreateSprite"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#ga1a562aaa211a00c76cbe7b2e9ece0676"><param name="Name" value="PA_3DCreateSpriteFromTex"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#gadefd38af3b139476d2869f9988b8f227"><param name="Name" value="PA_3DCreateTex"></OBJECT>
|
||||
<LI><OBJECT type="text/sitemap"><param name="Local" value="a00062.htm#ga2acf81ff23cd85f13c8a4a51e9af5749"><param name="Name" value="PA_3DDeleteSprite"></OBJECT>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<title>PAlib: PAlib 0911XX Documentation</title>
|
||||
<title>PAlib: PAlib 100707 Documentation</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h1>PAlib 0911XX Documentation</h1><h2><a class="anchor" id="intro">
|
||||
<h1>PAlib 100707 Documentation</h1><h2><a class="anchor" id="intro">
|
||||
Introduction</a></h2>
|
||||
<p>Welcome to the PAlib documentation. Here you'll find information on how to use PAlib.</p>
|
||||
<h2><a class="anchor" id="core_lib">
|
||||
@ -82,7 +82,7 @@ Misc.</a></h2>
|
||||
<li><a class="el" href="a00082.htm">Special effects</a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -53,7 +53,7 @@
|
||||
<li><a class="el" href="a00087.htm">Window system</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -30,7 +30,7 @@
|
||||
<tr><td class="indexkey"><a class="el" href="a00060.htm">PA</a></td><td class="indexvalue">PAlib C++ namespace </td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:20 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:36 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -26,7 +26,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 18:40:19 2009 for PAlib by
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jul 7 21:07:35 2010 for PAlib by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -98,7 +98,7 @@
|
||||
<div class="directory">
|
||||
<h3 class="swap"><span>PAlib</span></h3>
|
||||
<div style="display: block;">
|
||||
<p><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="main.htm" target="basefrm">PAlib 0911XX Documentation</a></p>
|
||||
<p><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="main.htm" target="basefrm">PAlib 100707 Documentation</a></p>
|
||||
<p><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="deprecated.htm" target="basefrm">Deprecated List</a></p>
|
||||
<p><img src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('folder1', this)"/><a class="el" href="modules.htm" target="basefrm">Modules</a></p>
|
||||
<div id="folder1">
|
||||
|
Binary file not shown.
Binary file not shown.
@ -53,7 +53,7 @@
|
||||
}
|
||||
}
|
||||
</pre></div> </div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -74,7 +74,7 @@
|
||||
}
|
||||
}
|
||||
</pre></div> </div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -54,7 +54,7 @@ virtual void </td><td class="memItemRight" valign="bottom"><a class="el" hr
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Simple application abstraction layer for PAlib C++ programs. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -195,7 +195,7 @@ static <a class="el" href="a00004.htm">Fixed</a> </td><td class="memItemRig
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Fixed-point wrapper class. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -50,7 +50,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
|
||||
<p>Handle provider, use it to get dynamic sprite numbers for example. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -69,7 +69,7 @@ int </td><td class="memItemRight" valign="bottom"><a class="el" href="a0000
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Background structure. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -86,7 +86,7 @@ union {</td></tr>
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Represents a message sent through Fifo. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -45,7 +45,7 @@ int </td><td class="memItemRight" valign="bottom"><a class="el" href="a0000
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Simple point structure. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -60,7 +60,7 @@ LEGACY vuint32 </td><td class="memItemRight" valign="bottom"><a class="el"
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>PAlib transfer region type. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Fixed-point point class. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -66,7 +66,7 @@ u8 </td><td class="memItemRight" valign="bottom"><a class="el" href="a00011
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Sound info. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -113,7 +113,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Wrapper class for sprites. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>PAlib C++ namespace. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -676,7 +676,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -44,8 +44,8 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga54d2091d4ca17af2e729ff5c4983739a"></a><!-- doxytag: member="f3DSprites::PA_Reset3DSprites2Banks" ref="ga54d2091d4ca17af2e729ff5c4983739a" args="()" -->
|
||||
void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#ga54d2091d4ca17af2e729ff5c4983739a">PA_Reset3DSprites2Banks</a> ()</td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Resets the dual bank 3D system. <br/></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaba0835470673fc2e4e3f07d7a33c73de"></a><!-- doxytag: member="f3DSprites::PA_3DCreateSprite" ref="gaba0835470673fc2e4e3f07d7a33c73de" args="(u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)" -->
|
||||
static void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#gaba0835470673fc2e4e3f07d7a33c73de">PA_3DCreateSprite</a> (u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)</td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga9fc29238129ab36d5cbcf155cd3be9c2"></a><!-- doxytag: member="f3DSprites::PA_3DCreateSprite" ref="ga9fc29238129ab36d5cbcf155cd3be9c2" args="(u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)" -->
|
||||
static u16 </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#ga9fc29238129ab36d5cbcf155cd3be9c2">PA_3DCreateSprite</a> (u16 sprite, void *image, u16 width, u16 height, u8 type, u8 palette, s16 x, s16 y)</td></tr>
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Creates a 3D sprite. <br/></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga082a91187514271856577f4dabf398e1"></a><!-- doxytag: member="f3DSprites::PA_3DDeleteTex" ref="ga082a91187514271856577f4dabf398e1" args="(u32 tex_gfx)" -->
|
||||
void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00062.htm#ga082a91187514271856577f4dabf398e1">PA_3DDeleteTex</a> (u32 tex_gfx)</td></tr>
|
||||
@ -527,7 +527,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -507,7 +507,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -229,7 +229,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -2026,7 +2026,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -309,7 +309,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -135,7 +135,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -1320,7 +1320,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -493,7 +493,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -517,7 +517,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -287,7 +287,7 @@ static s32 </td><td class="memItemRight" valign="bottom"><a class="el" href
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -352,7 +352,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -374,7 +374,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -26,7 +26,7 @@
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Macros, variables, and prototypes needed for DS controller accessory (Guitar Hero Grip, Taito Paddle, ...) support. </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -502,7 +502,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -111,7 +111,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -270,7 +270,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -40,7 +40,7 @@ motion_struct </td><td class="memItemRight" valign="bottom"><a class="el" h
|
||||
<hr/><a name="_details"></a><h2>Description détaillée</h2>
|
||||
<p>Easy enable and play around with your DS Motion ! </p>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:38 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -719,7 +719,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="a000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
@ -100,7 +100,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Thu Dec 17 18:40:38 2009 pour PAlib par
|
||||
<hr size="1"/><address style="text-align: right;"><small>Généré le Wed Jul 7 21:08:39 2010 pour PAlib par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user