summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/ovision/modele.h
blob: 77539398983214f9742cc72d47cf12784f894e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef config_h
#define config_h
// oconfig.h - classe OConfig
// nono - Programme du robot Efrei Robotique I1-I2 2004
// Copyright (C) 2004 Olivier Gaillard


#include <IL/il.h>
#include <IL/ilu.h>

#define IMG_HEIGHT 352
#define IMG_WIDTH 288


class OConfig {
	
	
  public:
	// Constructeurs.
	OConfig (void);

    
	// Destructeur.
	~OConfig (void);


  protected:
};


#endif // config_h