home *** CD-ROM | disk | FTP | other *** search
- // Example: 103 from Library Reference
- #include "..\3D-Ware\dddware.h"
- short main(void)
- {
- dddInitAll();
- dddReadIff("EXAMPLE.LBM"); // Read in the IFF format file.
- dddSetPal(ddduserpal);
- dddScreenSwap();
- while(!dddkeycode); // Waits until a key is pressed .
- dddRestoreAll();
- return 0;
- }
-