#ifndef MY_DEFS_H
#define MY_DEFS_H

typedef float Currency;
typedef int Hours;


#endif

