From cef3c33e5f81fe7f494c889be667bcf853dd3410 Mon Sep 17 00:00:00 2001 From: terminx Date: Thu, 29 Aug 2019 05:15:03 +0000 Subject: [PATCH] clockticks header fix git-svn-id: https://svn.eduke32.com/eduke32@8056 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/include/clockticks.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/build/include/clockticks.hpp b/source/build/include/clockticks.hpp index c8f478121..609c61a2f 100644 --- a/source/build/include/clockticks.hpp +++ b/source/build/include/clockticks.hpp @@ -10,9 +10,7 @@ #ifndef CLOCKTICKS_HPP_ #define CLOCKTICKS_HPP_ -#include - -int timerGetRate(void); +#include "timer.h" //POGO: BUILD/EDuke32 uses right shifts on signed variables expecting arithmetic shifts. // This was already non-portable, and we carry that assumption forth here