mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-22 12:34:59 +00:00
10 lines
174 B
C++
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 */
|