36 lines
704 B
C++
36 lines
704 B
C++
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
Copyright (c) 1989-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
allcls.hxx
|
|
|
|
Abstract:
|
|
|
|
Just one file which includes all code generation class header files.
|
|
|
|
Notes:
|
|
|
|
|
|
History:
|
|
|
|
----------------------------------------------------------------------------*/
|
|
#ifndef __ALLCLS_HXX__
|
|
#define __ALLCLS_HXX__
|
|
|
|
#include "cgcls.hxx"
|
|
#include "auxcls.hxx"
|
|
#include "ndrcls.hxx"
|
|
#include "stcls.hxx"
|
|
#include "btcls.hxx"
|
|
#include "bindcls.hxx"
|
|
#include "proccls.hxx"
|
|
#include "misccls.hxx"
|
|
#include "filecls.hxx"
|
|
#include "arraycls.hxx"
|
|
#include "ptrcls.hxx"
|
|
#include "unioncls.hxx"
|
|
#include "fldcls.hxx"
|
|
|
|
#endif // __ALLCLS_HXX__
|