Files
2020-11-09 04:58:33 +01:00

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__ */