mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
clockticks header fix
git-svn-id: https://svn.eduke32.com/eduke32@8056 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9841b053ea
commit
cef3c33e5f
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@
|
||||||
#ifndef CLOCKTICKS_HPP_
|
#ifndef CLOCKTICKS_HPP_
|
||||||
#define CLOCKTICKS_HPP_
|
#define CLOCKTICKS_HPP_
|
||||||
|
|
||||||
#include <chrono>
|
#include "timer.h"
|
||||||
|
|
||||||
int timerGetRate(void);
|
|
||||||
|
|
||||||
//POGO: BUILD/EDuke32 uses right shifts on signed variables expecting arithmetic shifts.
|
//POGO: BUILD/EDuke32 uses right shifts on signed variables expecting arithmetic shifts.
|
||||||
// This was already non-portable, and we carry that assumption forth here
|
// This was already non-portable, and we carry that assumption forth here
|
||||||
|
|
Loading…
Reference in a new issue