Initial commit
This commit is contained in:
10
application/source/file.c
Normal file
10
application/source/file.c
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include "text.h"
|
||||
|
||||
class file{
|
||||
|
||||
char * filePath;
|
||||
|
||||
text * content;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user