cgal/PDB/include/CGAL/PDB/internal/dummies.h

16 lines
266 B
C++

#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