diff --git a/PDF-documentation.pdf b/PDF-documentation.pdf index de285f2..c63ce2a 100644 Binary files a/PDF-documentation.pdf and b/PDF-documentation.pdf differ diff --git a/group___all_func.html b/group___all_func.html index 5982dd3..b02459c 100644 --- a/group___all_func.html +++ b/group___all_func.html @@ -2689,7 +2689,7 @@ GRR_EXTERN GXRModeObj * Load a texture from a buffer.

It only works for the MS-Windows standard format uncompressed (1-bit, 4-bit, 8-bit, 24-bit and 32-bit).

Parameters
- +
my_bmpthe Bitmap buffer to load.
my_bmpThe Bitmap buffer to load.
diff --git a/template_2source_2main_8c-example.html b/template_2source_2main_8c-example.html index 4452f20..840d527 100644 --- a/template_2source_2main_8c-example.html +++ b/template_2source_2main_8c-example.html @@ -104,7 +104,7 @@ $(function() {
exit(0); // Use exit() to exit a program, do not use 'return' from main()
}
-
GRRLIB_Exit
void GRRLIB_Exit(void)
Call this before exiting your application.
Definition: GRRLIB_core.c:223
+
GRRLIB_Exit
void GRRLIB_Exit(void)
Call this before exiting your application.
Definition: GRRLIB_core.c:221
GRRLIB_Render
void GRRLIB_Render(void)
Call this function after drawing.
Definition: GRRLIB_render.c:407
GRRLIB_Init
int GRRLIB_Init(void)
Initialize GRRLIB.
Definition: GRRLIB_core.c:53
grrlib.h
GRRLIB user include file.