0
0
mirror of https://github.com/galaxyhaxz/devilution.git synced 2026-03-02 01:30:36 +00:00
Files
galaxyhaxz.devilution/2020_03_31/Source/textdat.cpp
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

10 lines
174 B
C++

#include "diablo.h"
/* todo: move text out of struct */
const TextDataStruct alltext[259] =
{
#include "Data/speech.cpp"
};
const int gdwAllTextEntries = 259; /* unused */