raze-gles/source/build/include/timer.h
2020-08-26 09:49:38 +10:00

11 lines
136 B
C

#pragma once
#ifndef timer_h__
#define timer_h__
#include "compat.h"
// for compatibility
#define timerUninit()
#endif // timer_h__