Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
183 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#ifndef __RADRR_CORE2H__
#include "rrCore.h"
#endif
// cross platform rdtsc equiv - just for test usage.
U64 baue_ticks( void );