Changeset 192 for trunk/Packages/CevoComponents/Directories.pas
- Timestamp:
- May 7, 2020, 12:30:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/Directories.pas
r190 r192 15 15 function GetGraphicsDir: string; 16 16 function GetSoundsDir: string; 17 function GetAiDir: string; 17 18 18 19 … … 126 127 end; 127 128 129 function GetAiDir: string; 130 begin 131 Result := HomeDir + 'AI'; 132 end; 133 128 134 end.
Note:
See TracChangeset
for help on using the changeset viewer.