source: branches/Mars_use_drstimefiles/mtemp/mwuerzburg/tools/dcconverter/Globals.h@ 19923

Last change on this file since 19923 was 4091, checked in by merck, 20 years ago
Merck: First commit to CVS
File size: 458 bytes
Line 
1// Globals.h: Global variables
2// We use a class to hold these global values
3// in order not to pollute the global namespace
4//
5//////////////////////////////////////////////////////////////////////
6
7#if !defined(GLOBALS_INCLUDED)
8#define GLOBALS_INCLUDED
9
10class Globals
11{
12public:
13 enum {CAMERA_PIXELS = 577};
14
15private:
16 Globals(); // prevent inadvertent instantiation
17
18};
19
20#endif // !defined(GLOBALS_INCLUDED)
Note: See TracBrowser for help on using the repository browser.