mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
19 lines
261 B
C
Executable File
19 lines
261 B
C
Executable File
//
|
|
// Copyright (C) 2001-2006 Greg Landrum and Rational Discovery LLC
|
|
//
|
|
// @@ All Rights Reserved @@
|
|
//
|
|
/*! \file GraphMol.h
|
|
|
|
\brief pulls in RWMol and ROMol
|
|
|
|
*/
|
|
#ifndef _GRAPH_MOL_H
|
|
#define _GRAPH_MOL_H
|
|
|
|
|
|
#include "ROMol.h"
|
|
#include "RWMol.h"
|
|
|
|
#endif
|