source: branches/simple/Forms/FormDevice.pas

Last change on this file was 42, checked in by chronos, 15 months ago
  • Modified: Improved simple virtual machine.
File size: 95 bytes
Line 
1unit FormDevice;
2
3interface
4
5uses
6 Classes, SysUtils, Forms, Device;
7
8
9implementation
10
11
12end.
13
Note: See TracBrowser for help on using the repository browser.