23 lines
543 B
C
23 lines
543 B
C
//-----------------------------------------------------------------------------
|
|
|
|
//
|
|
|
|
// File: parser.h
|
|
|
|
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
|
|
// All rights reserved.
|
|
//
|
|
// Mother of all include files for parsers. This should be everything that
|
|
// a parser needs.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#define ESPRESSO_AUX_COMPONENT
|
|
|
|
#include <esputil.h>
|
|
#include <pbase.h>
|
|
#include <parsutil.h>
|
|
#include <parserid.h>
|