Windows now uses standard C++ timer. I assume we weren't using it before because it wasn't present on older versions of Visual Studio?
Moved timer code to header.
This commit is contained in:
@ -87,7 +87,7 @@ SET(IMPL_SRC_FILES
|
||||
#source/Impl/MarchingCubesTables.cpp
|
||||
#source/Impl/RandomUnitVectors.cpp
|
||||
#source/Impl/RandomVectors.cpp
|
||||
source/Impl/Timer.cpp
|
||||
#source/Impl/Timer.cpp
|
||||
source/Impl/Utility.cpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user