/* * OpenHMD - Free and Open Source API and drivers for immersive technology. * Copyright (C) 2013 Fredrik Hultin. * Copyright (C) 2013 Jakob Bornecrantz. * Distributed under the Boost 1.0 licence, see LICENSE for full text. */ /* Internal Interface for Platform Specific Functions */ #ifndef PLATFORM_H #define PLATFORM_H double ohmd_get_tick(); void ohmd_sleep(double seconds); #endif