#include "resources/colordb.h"
#include "log.h"
#include "utils/xml.h"
#include <libxml/tree.h>
Go to the source code of this file.
Defines | |
| #define | HAIR_COLOR_FILE "colors.xml" |
| #define | TMW_COLOR_FILE "hair.xml" |
Functions | |
| void | ColorDB::load () |
Loads the color data from colors.xml. | |
| void | ColorDB::unload () |
| Clear the color data. | |
| std::string & | ColorDB::get (int id) |
| int | ColorDB::size () |
| #define HAIR_COLOR_FILE "colors.xml" |
Definition at line 30 of file colordb.cpp.
| #define TMW_COLOR_FILE "hair.xml" |
Definition at line 31 of file colordb.cpp.
1.5.5