Files
rdkit/Code/GraphMol/GraphMol.h
Greg Landrum 75a79b6327 initial import
2006-05-06 22:20:08 +00:00

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