Changeset 73 for trunk/World.pas
- Timestamp:
- Mar 26, 2024, 6:13:44 PM (8 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/World.pas
r72 r73 1 unit UWorld;1 unit World; 2 2 3 3 interface 4 4 5 5 uses 6 Classes, SysUtils, Graphics, GraphType, SpecializedMatrix, UMatter;6 Classes, SysUtils, Graphics, GraphType, SpecializedMatrix, Matter; 7 7 8 8 type … … 28 28 29 29 uses 30 UFastPixel;30 FastPixel; 31 31 32 32 { TWorld }
Note:
See TracChangeset
for help on using the changeset viewer.