16 lines
163 B
C
16 lines
163 B
C
#include "MyTimer.h"
|
|
|
|
|
|
void ConfVoile();
|
|
|
|
|
|
char * ToString(int theta) ;
|
|
|
|
|
|
int RecupTension(void);
|
|
|
|
|
|
int CalculerTension(int alpha);
|
|
|
|
|
|
void TendreVoile(int theta);
|