
-----------------------------------
jrok311
Sun Apr 03, 2005 11:36 am

.tu files
-----------------------------------
How do I connect part of my code in a .tu file with the rest of my project?

-----------------------------------
Delos
Sun Apr 03, 2005 12:44 pm


-----------------------------------
First, you need the keyword 'unit' at the beginning of the .tu file.
In your other file, use the 'include' command.
See [url=http://www.compsci.ca/v2/viewtopic.php?t=4303]this for an example.
