LinkLimits.h 915 B

1234567891011121314151617181920212223242526
  1. /*=============================================================================
  2. Name : LinkLimits.h
  3. Purpose : Data and functions from LinkStart and LinkEnd.c
  4. Created 11/30/1998 by lmoloney
  5. Copyright Relic Entertainment, Inc. All rights reserved.
  6. =============================================================================*/
  7. #ifndef ___LINKLIMITS_H
  8. #define ___LINKLIMITS_H
  9. /*=============================================================================
  10. Data:
  11. =============================================================================*/
  12. extern char *linkStartData;
  13. extern char *linkEndData;
  14. /*=============================================================================
  15. Functions:
  16. =============================================================================*/
  17. udword linkEndCode(udword var);
  18. udword linkStartCode(udword var);
  19. #endif //___LINKLIMITS_H