mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Additional 3d support
This commit is contained in:
parent
70680fdf39
commit
f26df6c86b
32 changed files with 2370 additions and 165 deletions
|
@ -2637,6 +2637,9 @@ BFP_EXPORT void BFP_CALLTYPE BfpDirectory_GetSysDirectory(BfpSysDirectoryKind sy
|
|||
case BfpSysDirectoryKind_Programs_Common:
|
||||
_GetKnownFolder(FOLDERID_CommonPrograms);
|
||||
return;
|
||||
case BfpSysDirectoryKind_Documents:
|
||||
_GetKnownFolder(FOLDERID_Documents);
|
||||
return;
|
||||
}
|
||||
|
||||
TryStringOut(path, outPath, inOutPathLen, (BfpResult*)outResult);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue