clockticks header fix

git-svn-id: https://svn.eduke32.com/eduke32@8056 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-08-29 05:15:03 +00:00 committed by Christoph Oelckers
parent 9841b053ea
commit cef3c33e5f
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@
#ifndef CLOCKTICKS_HPP_
#define CLOCKTICKS_HPP_
#include <chrono>
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