home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / linux / video / xmovie-1.5.3.tar.gz / xmovie-1.5.3.tar / xmovie-1.5.3 / guicast / guicast.h < prev    next >
C/C++ Source or Header  |  2000-11-29  |  582b  |  30 lines

  1. #ifndef GUICAST_H
  2. #define GUICAST_H
  3.  
  4. #include "bcbitmap.h"
  5. #include "bcbutton.h"
  6. #include "bcclipboard.h"
  7. #include "bcdragwindow.h"
  8. #include "bcpan.h"
  9. #include "bcfilebox.h"
  10. #include "bclistbox.h"
  11. #include "bcmenubar.h"
  12. #include "bcmeter.h"
  13. #include "bcpopupmenu.h"
  14. #include "bcpot.h"
  15. #include "bcprogress.h"
  16. #include "bcresources.h"
  17. #include "bcscrollbar.h"
  18. #include "bcslider.h"
  19. #include "bcsubwindow.h"
  20. #include "bctextbox.h"
  21. #include "bctitle.h"
  22. #include "bctoggle.h"
  23. #include "bctumble.h"
  24. #include "bcwindow.h"
  25. #include "colors.h"
  26. #include "fonts.h"
  27. #include "timer.h"
  28.  
  29. #endif
  30.