Changeset 664 for trunk/Packages/CevoComponents/Directories.pas
- Timestamp:
- Jul 8, 2025, 9:52:53 PM (13 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/Directories.pas
r648 r664 14 14 function GetGraphicsDir: string; 15 15 function GetSoundsDir: string; 16 function GetMusicDir: string; 16 17 function GetAiDir: string; 17 18 function GetAppSharePath(Path: string): string; … … 154 155 end; 155 156 157 function GetMusicDir: string; 158 begin 159 Result := GetAppSharePath('Music'); 160 end; 161 156 162 function GetAiDir: string; 157 163 begin
Note:
See TracChangeset
for help on using the changeset viewer.