Newer
Older
//
// Created by CABANTOUS corto on 18/02/2021.
//
*
*/
#ifndef GAME_INSA_PROJECT_PROF_H
#define GAME_INSA_PROJECT_PROF_H
/*!
int x_prof; /**< Position : abscissa */
int y_prof; /**< Position : ordinate */
int long_porf; /**< Size : length */
int larg_prof; /**< Size : width */
int speed_prof; /**< Teacher speed */
char * image_prof; /**< Source image of the teacher. */
} Prof;