wip
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "File.h"
|
||||
|
||||
File::File(std::string name):
|
||||
name(name)
|
||||
{
|
||||
}
|
||||
|
||||
std::string File::getName() {
|
||||
return name;
|
||||
}
|
||||
Reference in New Issue
Block a user