Changeset 73 for trunk/World.pas


Ignore:
Timestamp:
Mar 26, 2024, 6:13:44 PM (8 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/World.pas

    r72 r73  
    1 unit UWorld;
     1unit World;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Graphics, GraphType, SpecializedMatrix, UMatter;
     6  Classes, SysUtils, Graphics, GraphType, SpecializedMatrix, Matter;
    77
    88type
     
    2828
    2929uses
    30   UFastPixel;
     30  FastPixel;
    3131
    3232{ TWorld }
Note: See TracChangeset for help on using the changeset viewer.