1234567891011121314151617181920212223242526272829303132333435363738 |
- #ifndef IGL_GET_SECONDS_H
- #define IGL_GET_SECONDS_H
- #include "igl_inline.h"
- namespace igl
- {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- IGL_INLINE double get_seconds();
- }
- #ifndef IGL_STATIC_LIBRARY
- # include "get_seconds.cpp"
- #endif
- #endif
|