mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
10 lines
136 B
C
10 lines
136 B
C
/*
|
|
* MacroModel atom typing
|
|
*
|
|
* (c) Schrodinger, Inc.
|
|
*/
|
|
|
|
struct AtomInfoType;
|
|
|
|
int getMacroModelAtomType(const AtomInfoType * ai);
|