Files
Thomas Holder d2877e9257 * improve Filter Wizard, "Create Filtered Object"
* consider "ignore_pdb_segi" setting when saving to PDB
* delete obsolete files (sglite, ExtensionClass)
* some C code refactoring
2013-10-31 15:37:45 +00:00

33 lines
847 B
C

/*
A* -------------------------------------------------------------------
B* This file contains source code for the PyMOL computer program
C* copyright 1998-2000 by Warren Lyford Delano of DeLano Scientific.
D* -------------------------------------------------------------------
E* It is unlawful to modify or remove this copyright notice.
F* -------------------------------------------------------------------
G* Please see the accompanying LICENSE file for further information.
H* -------------------------------------------------------------------
I* Additional authors of this source file include:
-*
-*
-*
Z* -------------------------------------------------------------------
*/
#ifndef _H_PyMol
#define _H_PyMol
#include"os_python.h"
#ifdef __cplusplus
extern "C" {
#endif
void init_cmd(void);
#ifdef __cplusplus
}
#endif
#endif