2025-04-27 07:49:33 -04:00

20 lines
516 B
C

//-----------------------------------------------------------------------------
//
// 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>