/** * @file textdat.h * * Interface of all dialog texts. */ #ifndef __TEXTDAT_H__ #define __TEXTDAT_H__ extern const TextDataStruct alltext[]; #endif /* __TEXTDAT_H__ */