1 
2 #ifndef __GABEDIT_DEMONMOLECULE_H__
3 #define __GABEDIT_DEMONMOLECULE_H__
4 
5 gint getDeMonMultiplicity();
6 void initDeMonMoleculeButtons();
7 void initDeMonMolecule();
8 void freeDeMonMolecule();
9 void putDeMonMoleculeInfoInTextEditor();
10 gboolean setDeMonMolecule();
11 void createDeMonChargeMultiplicityFrame(GtkWidget *box);
12 
13 #endif /* __GABEDIT_DEMONMOLECULE_H__ */
14 
15