#ifndef BB_STD_TIME_H #define BB_STD_TIME_H namespace bbTime{ double now(); void sleep( double seconds ); } #endif