You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
516 B
19 lines
516 B
//-----------------------------------------------------------------------------
|
|
//
|
|
// File: parser.h
|
|
// Copyright (C) 1994-1996 Microsoft Corporation
|
|
// 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>
|