Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 9347541fe87a5ea3f3b8dbc50f660e8e > files > 60

libQGLViewer-devel-1.3.6-1mdk.i586.rpm

// =================================================================== //
// Time-stamp: <30 Jun 03 18:50:44 Jean-Guillaume.Dumas@imag.fr> 
// =================================================================== //
#ifndef __Agora_Types__ 
#define __Agora_Types__

#include <vector>
typedef short Eval_t;
typedef unsigned short Hauteur_t;
typedef unsigned long Size_t;
typedef unsigned short Case_t;
typedef std::vector<Hauteur_t> Table_t;


#endif