2024-05-07 20:48:01 +02:00
|
|
|
/******************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* E coli by David S. Goodsell (2009) */
|
|
|
|
/* --- */
|
|
|
|
/* Let this freeze frame guide us towards the model */
|
|
|
|
/* that alone can account for the phenomenon ! */
|
|
|
|
/* */
|
|
|
|
/******************************************************************************/
|
|
|
|
|
2024-04-28 08:38:55 +02:00
|
|
|
#include "warm.h"
|
|
|
|
#include "cold.h"
|
2024-05-10 06:19:20 +02:00
|
|
|
#include "display.h"
|
|
|
|
#include "contain.h"
|
2024-04-28 08:38:55 +02:00
|
|
|
|
2024-05-11 07:57:37 +02:00
|
|
|
GtkWidget *get_run_rules_page_new();
|
2024-05-11 23:08:59 +02:00
|
|
|
GtkWidget *get_image_GLUTAMATE();
|