automat.h < corrections dépendances

This commit is contained in:
Jean Sirmai 2024-07-08 22:11:10 +02:00
parent 11909920f0
commit 5c18d2416e
Signed by: jean
GPG Key ID: FB3115C340E057E3
4 changed files with 6 additions and 20 deletions

View File

@ -49,25 +49,6 @@
/******************************************************************************/
/* S T A T E M A C H I N E */
/******************************************************************************/
enum choice_EXEC_EDIT { EXEC, EDIT }; // xor
enum choice_STATE_RULES_DATA { STATE, RULES, DATA }; // xor
void set_EXEC_EDIT (int prescribed);
void set_STATE_RULES_DATA (int prescribed);
void set_OBJECTS_box_RESET_VALUE (int prescribed);
void set_SITUATIONS_box_RESET_VALUE (int prescribed);
int get_EXEC_EDIT ();
int get_STATE_RULES_DATA ();
int get_OBJECTS_box_RESET_VALUE ();
int get_SITUATIONS_box_RESET_VALUE ();
/******************************************************************************/
/* S P A C E S T R U C T U R E S */
/******************************************************************************/

View File

@ -40,6 +40,10 @@
#define GL_TARGET_MINOR_VERSION 4
/******************************************************************************/
/* G L A R E A */
/******************************************************************************/
/*
* Structure describing a gl_area and its parameters, used to create a table
* of Gem-graph client current gl_areas

View File

@ -29,6 +29,7 @@
#include "../include/automat.h"
#include "../include/callbacks.h"
#include "../include/widgets.h"
#include "../include/graph.h"

View File

@ -27,7 +27,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "../../include/base.h"
#include "../../include/automat.h"
#include "../../include/widgets.h"
#include "../../include/callbacks.h"