|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <raylib/raylib.h>#include <sys/types.h>#include <dirent.h>#include <string.h>#include <stdlib.h>#include <stdio.h>Macros | |
| #define | ASSETS "/rd" |
Functions | |
| void | image_collection_init (ImageCollection *collection, int initialsize) |
| void | image_collection_add (ImageCollection *collection, Image *img) |
| void | image_collection_cleanup (ImageCollection *collection) |
| void | buffer_add_element (ElementBuffer *buf, Texture *elem, int x, int y) |
| ElementBuffer * | buffer_init (int len) |
| void | buffer_cleanup (ElementBuffer *buf) |
| uint32_t | power_of_two (int dim) |
| End circular buffer. | |
| int | main () |
| #define ASSETS "/rd" |
Referenced by main().
| void buffer_add_element | ( | ElementBuffer * | buf, |
| Texture * | elem, | ||
| int | x, | ||
| int | y ) |
| void buffer_cleanup | ( | ElementBuffer * | buf | ) |
Referenced by main().
| ElementBuffer * buffer_init | ( | int | len | ) |
Referenced by main().
| void image_collection_add | ( | ImageCollection * | collection, |
| Image * | img ) |
Referenced by main().
| void image_collection_cleanup | ( | ImageCollection * | collection | ) |
Referenced by main().
| void image_collection_init | ( | ImageCollection * | collection, |
| int | initialsize ) |
Referenced by main().
| int main | ( | ) |
| uint32_t power_of_two | ( | int | dim | ) |
End circular buffer.
Referenced by main().