#include <fstream>
#include "../gbLib/include/gbException.hpp"
#include "obj_loader.hpp"
Go to the source code of this file.
Classes | |
class | PS2Icon |
A loader for PS2 icon files. More... | |
struct | PS2Icon::Icon_Header_t |
File header. More... | |
struct | PS2Icon::Vertex_Coord_t |
Set of vertex coordinates. More... | |
struct | PS2Icon::Texture_Data_t |
Set of texture coordinates. More... | |
struct | PS2Icon::Animation_Header_t |
Animation header. More... | |
struct | PS2Icon::Frame_Data_t |
Per-frame animation data. More... | |
struct | PS2Icon::Frame_Key_t |
Per-key animation data. More... | |
Typedefs | |
typedef PS2Icon * | LPPS2ICON |