|
#ifndef CGAL_PDB_DUMMIES_H
|
|
#define CGAL_PDB_DUMMIES_H
|
|
#include <CGAL/PDB/basic.h>
|
|
#include <CGAL/PDB/Atom.h>
|
|
#include <CGAL/PDB/Monomer.h>
|
|
|
|
namespace CGAL { namespace PDB {
|
|
namespace internal {
|
|
extern Monomer dummy_residue;
|
|
extern Atom dummy_atom;
|
|
|
|
}
|
|
}}
|
|
|
|
#endif
|