home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Include / lxapios2.h < prev    next >
C/C++ Source or Header  |  2002-04-22  |  574b  |  34 lines

  1. /*
  2.  * lxapios2.h
  3.  * Autor:               Stefan Milcke
  4.  * Erstellt am:         27.12.2001
  5.  * Letzte Aenderung am: 27.12.2001
  6.  *
  7. */
  8.  
  9. #ifndef LXAPIOS2_H_INCLUDED
  10. #define LXAPIOS2_H_INCLUDED
  11.  
  12. /* defines for OS/2 include */
  13.  
  14. /* Standard headers */
  15.  
  16. /* Application headers */
  17.  
  18. /* OS/2 Headers */
  19.  
  20.  
  21. //---------------------------- videodev definitions ----------------------------
  22.  
  23. #ifdef __cplusplus
  24. extern "C"
  25. {
  26. #endif
  27.  int OS2_get_num_modules(void);
  28.  char *OS2_get_module_name(int nr);
  29. #ifdef __cplusplus
  30. };
  31. #endif
  32.  
  33. #endif //LXAPIOS2_H_INCLUDED
  34.