source: trunk/Apps/MemoryManager.pas

Last change on this file was 60, checked in by chronos, 6 weeks ago
  • Modified: Remove U prefix from unit names.
File size: 81 bytes
Line 
1unit MemoryManager;
2
3interface
4
5uses
6 Classes, SysUtils;
7
8implementation
9
10end.
11
Note: See TracBrowser for help on using the repository browser.