Changeset 73 for trunk/Engine.pas
- Timestamp:
- Mar 26, 2024, 6:13:44 PM (8 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Engine.pas
r72 r73 1 unit UEngine;1 unit Engine; 2 2 3 3 interface … … 7 7 IntfGraphics, FPImage, LCLType, SpecializedBitmap, GraphType, Math, URectangle, 8 8 Syncobjs, UThreading, Forms, DateUtils, UAudioSystem, Generics.Collections, 9 UWorld, UMatter, USound;9 World, Matter, Sound; 10 10 11 11 const … … 275 275 276 276 uses 277 UPlatform, UFastPixel;277 Platform, FastPixel; 278 278 279 279 resourcestring
Note:
See TracChangeset
for help on using the changeset viewer.