00001 #ifndef __TXT_H 00002 #define __TXT_H 00003 00004 00009 #include "ps.h" 00010 00012 00016 void txt_load(const char* file_name, ps_paragraph** para); 00017 00018 #endif