home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d958 / fed-case.lha / Fed-CASE / sources / windowexamp.c < prev   
C/C++ Source or Header  |  1993-12-04  |  4KB  |  97 lines

  1. /************************************************************************/
  2. /*                                                                      */
  3. /*         Code generated by FED-CASE V1.0  Code Generator              */
  4. /*                  © Joosen Software Development                       */
  5. /*                    All rights reserved 1993                          */
  6. /*                                                                      */
  7. /************************************************************************/
  8.  
  9. /************************************************************************/
  10. /*                                                                      */
  11. /*                          Start of Includes                           */
  12. /*                                                                      */
  13. /************************************************************************/
  14.  
  15. #include <exec/types.h>
  16. #include <data/const_windowexamp.h>
  17. #include <clib/intuition_protos.h>
  18. #include <clib/exec_protos.h>
  19.  
  20. /************************************************************************/
  21. /*                                                                      */
  22. /*                           End of Includes                            */
  23. /*                                                                      */
  24. /************************************************************************/
  25.  
  26. /************************************************************************/
  27. /*                                                                      */
  28. /*                    Start of source prototype file                    */
  29. /*                                                                      */
  30. /************************************************************************/
  31.  
  32. #include <proto/proto_windowexamp.h>
  33.  
  34. /************************************************************************/
  35. /*                                                                      */
  36. /*                     End of source prototype file                     */
  37. /*                                                                      */
  38. /************************************************************************/
  39.  
  40.  
  41. /************************************************************************/
  42. /* Procedure  : void V_InitWindowStructure()                            */
  43. /* Function   :                                                         */
  44. /* Designer   : Ron Heijmans                                            */
  45. /* Date       : Sat Nov 27 13:55:55 1993                                */
  46. /*                                                                      */
  47. /* Modificat  :                                                         */
  48. /* Handler    :                                                         */
  49. /* Modific.   :                                                         */
  50. /*                                                                      */
  51. /************************************************************************/
  52.  
  53. void V_InitWindowStructure()
  54. {
  55.  
  56.     
  57.     
  58.     
  59.     
  60.     
  61.     
  62.     
  63.     
  64.     
  65.     
  66.     
  67.     
  68.     
  69.     
  70.     
  71.     
  72.     
  73. }                                /* end of V_InitWindowStructure */
  74.  
  75. /************************************************************************/
  76. /* Procedure  : void main()                                             */
  77. /* Function   :                                                         */
  78. /* Designer   : Ron Heijmans                                            */
  79. /* Date       : Sat Nov 27 13:56:30 1993                                */
  80. /*                                                                      */
  81. /* Modificat  :                                                         */
  82. /* Handler    :                                                         */
  83. /* Modific.   :                                                         */
  84. /*                                                                      */
  85. /************************************************************************/
  86.  
  87. void main()
  88. {
  89.  
  90.     
  91.     V_InitWindowStructure();
  92.     
  93.     WaitPort( );                        /* WaitPort
  94.     CloseWindow( ) ;                    /* CloseWindow
  95.     CloseLibrary( );
  96. }                                /* end of V_main */
  97.