diff --git a/PDF-documentation.pdf b/PDF-documentation.pdf index 4090cd5..9fcc0c4 100644 Binary files a/PDF-documentation.pdf and b/PDF-documentation.pdf differ diff --git a/_g_r_r_l_i_b____lib_8h.html b/_g_r_r_l_i_b____lib_8h.html index 4fe1c02..301eec1 100644 --- a/_g_r_r_l_i_b____lib_8h.html +++ b/_g_r_r_l_i_b____lib_8h.html @@ -195,9 +195,9 @@ void GRRLIB_Render (vo GRRLIB_texImgGRRLIB_LoadTextureBMP (const u8 *my_bmp)  Load a texture from a buffer.
  -bool GRRLIB_GeckoInit () - Initialize USB Gecko.
-  +bool GRRLIB_GeckoInit (void) + Initialize USB Gecko.
+  void GRRLIB_GeckoPrintf (const char *text,...)  Print Gecko.
  @@ -210,10 +210,10 @@ void GRRLIB_Render (vo void GRRLIB_3dMode (f32 minDist, f32 maxDist, f32 fov, bool texturemode, bool normalmode)  Set up the position matrix (contributed by chris_c aka DaShAmAn).
  - -void GRRLIB_2dMode () - Go back to 2D mode (contributed by chris_c aka DaShAmAn).
-  + +void GRRLIB_2dMode (void) + Go back to 2D mode (contributed by chris_c aka DaShAmAn).
+  void GRRLIB_ObjectViewBegin (void)  Init the object matrix to draw object.
diff --git a/globals.html b/globals.html index 4a26d3c..7a920e0 100644 --- a/globals.html +++ b/globals.html @@ -85,7 +85,7 @@ $(function() {

- g -