mirror of
https://github.com/diasurgical/devilution.git
synced 2026-05-21 05:40:54 +00:00
12 lines
187 B
C
12 lines
187 B
C
/**
|
|
* @file textdat.h
|
|
*
|
|
* Interface of all dialog texts.
|
|
*/
|
|
#ifndef __TEXTDAT_H__
|
|
#define __TEXTDAT_H__
|
|
|
|
extern const TextDataStruct alltext[];
|
|
|
|
#endif /* __TEXTDAT_H__ */
|