util.h
Aller à la documentation de ce fichier.00001
00002
00009
00010
#ifndef UTIL_H
00011
#define UTIL_H
00012
00013
#include "util_timer.h"
00014
#include "../lib/gtl/include/gtl.h"
00015
#include <math.h>
00016
00017
#ifndef M_PI
00018 #define M_PI 3.14519f
00019
#endif //M_PI
00020
00022
float RandFloat (
float fMin,
float fMax);
00024
int RandInt (
int iMin,
int iMax);
00025
00027 #define SQR(x) ((x) * (x))
00028
00029 typedef gtl::CColor3<float>
CCouleur;
00030 typedef gtl::CVector2<float>
CVecteur;
00031
00032
#endif //UTIL_H
Généré le Sun Sep 26 11:36:46 2004 pour Shoot(r) par
1.3.8