mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-07 14:51:08 +00:00
ttvfs update
This commit is contained in:
parent
87bc46abf6
commit
3cf3ac7659
13 changed files with 220 additions and 120 deletions
|
@ -11,10 +11,12 @@ VFSBase::VFSBase()
|
|||
{
|
||||
}
|
||||
|
||||
VFSBase::~VFSBase()
|
||||
{
|
||||
}
|
||||
|
||||
void VFSBase::_setName(const char *n)
|
||||
{
|
||||
if(!n)
|
||||
return;
|
||||
_fullname = n;
|
||||
FixPath(_fullname);
|
||||
_name = GetBaseNameFromPath(_fullname.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue