home *** CD-ROM | disk | FTP | other *** search
- #ifndef __OWLAPP_H
- #define __OWLAPP_H
-
- #ifndef __OWL_H
- #include <owl.h>
- #endif
-
- #ifndef __DIALOG_H
- #include <dialog.h>
- #endif
-
- #ifndef __CHECKBOX_H
- #include <checkbox.h>
- #endif
-
- #ifndef __COMBOBOX_H
- #include <combobox.h>
- #endif
-
- #ifndef __BUTTON_H
- #include <button.h>
- #endif
-
- #ifndef __EDIT_H
- #include <edit.h>
- #endif
-
- #ifndef __GROUPBOX_H
- #include <groupbox.h>
- #endif
-
- #ifndef __LISTBOX_H
- #include <listbox.h>
- #endif
-
- #ifndef __RADIOBUT_H
- #include <radiobut.h>
- #endif
-
- #ifndef __SCROLLBA_H
- #include <scrollba.h>
- #endif
-
- #ifndef __STATIC_H
- #include <static.h>
- #endif
-
- #endif
-