CmTimer.h 178 B

12345678
  1. #pragma once
  2. #include "CmPrerequisitesUtil.h"
  3. //Bring in the specific platform's header file
  4. #if CM_PLATFORM == CM_PLATFORM_WIN32
  5. # include "Win32/CmTimerImp.h"
  6. #endif