19 lines
843 B
C
19 lines
843 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 "warm.h"
|
|
#include "cold.h"
|
|
#include "display.h"
|
|
#include "contain.h"
|
|
|
|
GtkScrolledWindow *get_user_rules_tree ();
|
|
void set_run_edit_mode(int prescribed_mode);
|
|
int get_run_edit_mode();
|
|
|