home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-17 | 1004 b | 27 lines | [TEXT/MPS ] |
- //–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
- //
- // PROJECT: Threads Traffic Simulation
- //
- // FILE: RApplication.r
- //
- // LANGUAGE: MPW Rez
- //
- // DESCRIPTION: This is where all the resources for the application are stored and any
- // references to external resource files is included.
- //
- // AUTHOR(S): William H. Knott
- // Apple Computer
- // Cupertino, CA 95014
- // AppleLink : KNOTT
- //
- // VERSION(S): 1.0 31-Jun-92 WHK Brand New Today.
- //
- //–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––}
- // The resources for the application are stored in the RApplication.rsrc file
- // rather then being derezed in here. The reason for this is increased portability
- // for those using Think Pascal and easier resource modification by being able to
- // use ResEdit to modify the application resources directly.
-
- include "RApplication.rsrc"; // include the ResEdit format resource file.
-
-