home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / scase.zip / SCASE.Z / APPDEF.H < prev    next >
C/C++ Source or Header  |  1994-08-02  |  688b  |  33 lines

  1. #ifndef AppDef_H
  2. #define AppDef_H
  3. #include "PwrDef.h"
  4.  
  5. #define CXVTTTTAppID  PWRClassIDBase + 501
  6. #define CXVTTTTDocID  PWRClassIDBase + 502
  7. #define CXVTTTTWinID  PWRClassIDBase + 503
  8.  
  9. #ifdef STDH
  10.  
  11. #define XVTTTT_i      "XVTTTT.h"
  12. #define CXVTTTTApp_i  "CXVTTTTApp.h"
  13. #define CXVTTTTDoc_i  "CXVTTTTDoc.h"
  14. #define CXVTTTTWin_i  "CXVTTTTWin.h"
  15.  
  16. #endif // STDH
  17. #ifdef DOS
  18.  
  19. #define XVTTTT_i      "XVTTTT.h"
  20. #define CXVTTTTApp_i  "CXVTTTTp.h"
  21. #define CXVTTTTDoc_i  "CXVTTTDc.h"
  22. #define CXVTTTTWin_i  "CXVTTTWn.h"
  23.  
  24. #endif // DOS
  25.  
  26. #define SW_SIZE      40
  27. #define TGW_WIDTH    SW_SIZE*5
  28. #define TGW_HEIGHT   SW_SIZE*5
  29. #define BOARDXOFFSET SW_SIZE
  30. #define BOARDYOFFSET SW_SIZE
  31.  
  32. #endif // AppDef_H
  33.