src/common.h
author Radek Brich <radek.brich@devl.cz>
Mon, 26 Nov 2007 17:31:37 +0100
branchpyrit
changeset 18 25b7c445cf61
parent 15 a0a3e334744f
child 20 f22952603f29
permissions -rw-r--r--
new demo: dragon.py

#ifndef COMMON_H
#define COMMON_H

#include <float.h>

#define Eps 1e-6
#define Inf FLT_MAX

#endif