7 lines
94 B
C++
7 lines
94 B
C++
|
|
#ifndef CONSTANTS_H
|
||
|
|
#define CONSTANTS_H
|
||
|
|
|
||
|
|
#define OFFSET 19532
|
||
|
|
#define SCALE 108.633064
|
||
|
|
|
||
|
|
#endif
|