15 lines
755 B
C
15 lines
755 B
C
|
/******************************************************************************/
|
||
|
/* */
|
||
|
/* E coli by David S. Goodsell (2009) */
|
||
|
/* --- */
|
||
|
/* Let this freeze frame guide us towards the model */
|
||
|
/* that alone can account for the phenomenon ! */
|
||
|
/* */
|
||
|
/******************************************************************************/
|
||
|
|
||
|
#include "display.h"
|
||
|
#include "contain.h"
|
||
|
#include <assert.h>
|
||
|
|
||
|
GtkScrolledWindow *get_user_rules_tree ();
|