mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
22 lines
361 B
C
Executable File
22 lines
361 B
C
Executable File
//
|
|
// Copyright (C) 2002-2006 Rational Discovery LLC
|
|
//
|
|
// @@ All Rights Reserved @@
|
|
//
|
|
|
|
/*! \file RDKitQueries.h
|
|
|
|
\brief pulls in the \c RDKit Query functionality
|
|
|
|
*/
|
|
#ifndef _RDKIT_QUERIES_H
|
|
#define _RDKIT_QUERIES_H
|
|
|
|
#include <Query/QueryObjects.h>
|
|
#include <GraphMol/QueryAtom.h>
|
|
#include <GraphMol/QueryBond.h>
|
|
#include <GraphMol/QueryOps.h>
|
|
|
|
|
|
#endif
|