#ifndef _MAIN #define _MAIN //////////////////////////////// ///// Fonction Texte ///// //////////////////////////////// void Texte(double x,double y, void *font, char *string); //////////////////////////////// ///// Fonction ///// ///// de configuration ///// //////////////////////////////// void sendConfig(); //////////////////////////////// ///// Gestion du clavier ///// //////////////////////////////// void KeyboardConfig(unsigned char key, int x, int y); void KeySpecialConfig(int key, int x, int y); void KeyyboardConfig(unsigned char key, int x, int y); void KeySpecialConfig(int key, int x, int y); //////////////////////////////// ///// Fonction de rendu ///// ///// de configuration ///// //////////////////////////////// void DessineCarre(); void DessinePoint1(); void DessinePoint2(); void DessinePoint3(); void DessinePoint4(); void displayConfig(); //////////////////////////////// ///// Fonction de rendu ///// ///// Principale ///// //////////////////////////////// void display(); //////////////////////////////// ///// Gestion principale ///// //////////////////////////////// void reshape(GLint w, GLint h); void main(int argc, char **argv); void reset(); #endif