10 lines
71 B
C
10 lines
71 B
C
|
|
#include "text.h"
|
|
|
|
class file{
|
|
|
|
char * filePath;
|
|
|
|
text * content;
|
|
|
|
} |