mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
10 lines
137 B
C
10 lines
137 B
C
/*
|
|
* Mol2 atom typing
|
|
*
|
|
* (c) Schrodinger, Inc.
|
|
*/
|
|
|
|
struct ObjectMolecule;
|
|
|
|
const char * getMOL2Type(ObjectMolecule * obj, int atm);
|