#include <malloc.h>
#include "RotateImage.h"
#include "sprite.h"
#include <SDL/begin_code.h>
#include <SDL/close_code.h>
Include dependency graph for spriteloader.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | SpriteLoader |
| Class to handle loading all necessary data for a sprite. More... | |
Defines | |
| #define | SLASH "/" |
| Most sane systems use forward-slashes. | |
Functions | |
| DECLSPEC char *SDLCALL | SprMakePath (const char *filename, const char *path, char *buf) |
| Function to assemble a full path from a path and filename. | |
Definition in file spriteloader.h.
1.3.4