added type definition for real

This commit is contained in:
Evghenii
2014-02-02 12:07:26 +01:00
parent 3594a80e04
commit 522257343b

View File

@@ -0,0 +1,6 @@
#pragma once
#if 1
typedef double real;
#else
typedef float real;
#endif