DELEMNTL.H 782 B

123456789101112131415161718192021222324
  1. //******************************************************************************************
  2. //
  3. // delemntl.h - This file contains the Elemental Class header definitions
  4. //
  5. //---------------------------------------------------------------------------//
  6. // Copyright (C) Microsoft Corporation. All rights reserved. //
  7. //===========================================================================//
  8. #ifndef DELEMNTL_H
  9. #define DELEMNTL_H
  10. //------------------------------------------------------------------------------
  11. // class Definitions
  12. class ElementalType;
  13. typedef ElementalType* ElementalTypePtr;
  14. class Elemental;
  15. typedef Elemental* ElementalPtr;
  16. //------------------------------------------------------------------------------
  17. #endif