2015-05-21 02:33:05 +00:00
|
|
|
#include "HECLDatabase.hpp"
|
|
|
|
|
|
|
|
#include "DUMB.hpp"
|
|
|
|
#include "HMDL.hpp"
|
|
|
|
#include "MATR.hpp"
|
|
|
|
#include "STRG.hpp"
|
|
|
|
#include "TXTR.hpp"
|
|
|
|
|
2015-06-09 23:21:45 +00:00
|
|
|
const std::pair<std::string, std::string> DATA_SPECS[] =
|
|
|
|
{
|
|
|
|
{"hecl-little", "Targets little-endian pc apps using the HECL runtime"},
|
|
|
|
{"hecl-big", "Targets big-endian pc apps using the HECL runtime"},
|
|
|
|
{"hecl-revolution", "Targets Wii apps using the HECL runtime"},
|
|
|
|
{"hecl-cafe", "Targets Wii U apps using the HECL runtime"},
|
2015-06-09 22:57:21 +00:00
|
|
|
|
2015-06-09 23:21:45 +00:00
|
|
|
};
|